public interface AgentPresenceListener
| Modifier and Type | Method and Description |
|---|---|
void |
connecting(AgentInfo agent)
Indicates that the agent represented by
agent is present on the
buses. |
void |
disconnecting(AgentInfo agent)
Indicates that the agent represented by
agent has left the buses. |
void connecting(AgentInfo agent)
agent is present on the
buses.
The implementation should return immediately : any blocking operations
should be scheduled on a separate thread.agent - void disconnecting(AgentInfo agent)
agent has left the buses.
The implementation should return immediately : any blocking operations
should be scheduled on a separate thread.agent - Copyright © 2017 LSST. All rights reserved.