public interface EntityListener
Modifier and Type | Method and Description |
---|---|
void |
participantDetected(ParticipantData pd)
Called when a new Participant has been detected.
|
void |
participantLost(ParticipantData pd)
Called when a previously know Participant has been lost.
|
void |
readerDetected(SubscriptionData rd)
Called when a new remote reader has been detected.
|
void |
writerDetected(PublicationData wd)
Called when a new remote writer has been detected.
|
void participantDetected(ParticipantData pd)
pd
- ParticipantDatavoid participantLost(ParticipantData pd)
pd
- ParticipantDatavoid readerDetected(SubscriptionData rd)
rd
- SubscriptionData of the reader that was detectedvoid writerDetected(PublicationData wd)
wd
- PublicationData of the writer that was detectedCopyright © 2016. All rights reserved.