public interface BindingListener extends CommunicationStructureListener
| Modifier and Type | Method and Description |
|---|---|
void |
announceCommunicationBindingDown(CommunicationBinding binding)
Will be called if the status of the given
CommunicationBinding changed to down. |
void |
announceCommunicationBindingUp(CommunicationBinding binding)
Will be called if the status of the given
CommunicationBinding changed to up. |
void |
announceDiscoveryBindingDown(DiscoveryBinding binding)
Will be called if the status of the given
DiscoveryBinding changed to down. |
void |
announceDiscoveryBindingUp(DiscoveryBinding binding)
Will be called if the status of the given
DiscoveryBinding changed to up. |
void announceDiscoveryBindingUp(DiscoveryBinding binding)
DiscoveryBinding changed to up.binding - void announceDiscoveryBindingDown(DiscoveryBinding binding)
DiscoveryBinding changed to down.binding - void announceCommunicationBindingUp(CommunicationBinding binding)
CommunicationBinding changed to up.binding - void announceCommunicationBindingDown(CommunicationBinding binding)
CommunicationBinding changed to down.binding -