public interface OutgoingDiscoveryInfoListener extends CommunicationStructureListener
| Modifier and Type | Method and Description |
|---|---|
void |
announceOutgoingDiscoveryInfoDown(OutgoingDiscoveryInfo odi)
Will be called if the status of the given
OutgoingDiscoveryInfo changed to down. |
void |
announceOutgoingDiscoveryInfoUp(OutgoingDiscoveryInfo odi)
Will be called if the status of the given
OutgoingDiscoveryInfo changed to up. |
void announceOutgoingDiscoveryInfoDown(OutgoingDiscoveryInfo odi)
OutgoingDiscoveryInfo changed to down.odi - void announceOutgoingDiscoveryInfoUp(OutgoingDiscoveryInfo odi)
OutgoingDiscoveryInfo changed to up.odi -