public interface AutoBindingAndOutgoingDiscoveryInfoListener extends CommunicationStructureListener
| Modifier and Type | Method and Description |
|---|---|
void |
announceCommunicationBindingDestroyed(Binding binding,
boolean isDiscovery)
Will be called if a new
CommunicationBinding is destroyed. |
void |
announceDiscoveryBindingDestroyed(DiscoveryBinding binding,
DiscoveryAutoBinding dab)
Will be called if a new
DiscoveryBinding is destroyed. |
void |
announceNewCommunicationBindingAvailable(Binding binding,
boolean isDiscovery)
Will be called if a new
CommunicationBinding is available. |
void |
announceNewDiscoveryBindingAvailable(DiscoveryBinding binding,
DiscoveryAutoBinding dab)
Will be called if a new
DiscoveryBinding is available. |
void |
announceNewOutgoingDiscoveryInfoAvailable(OutgoingDiscoveryInfo outgoingDiscoveryInfo)
Will be called if a new
OutgoingDiscoveryInfo is available. |
void |
announceOutgoingDiscoveryInfoDestroyed(OutgoingDiscoveryInfo outgoingDiscoveryInfo)
Will be called if a new
OutgoingDiscoveryInfo is destroyed. |
java.lang.String |
getPath() |
void announceNewCommunicationBindingAvailable(Binding binding, boolean isDiscovery)
CommunicationBinding is available.binding - void announceNewDiscoveryBindingAvailable(DiscoveryBinding binding, DiscoveryAutoBinding dab)
DiscoveryBinding is available.binding - void announceNewOutgoingDiscoveryInfoAvailable(OutgoingDiscoveryInfo outgoingDiscoveryInfo)
OutgoingDiscoveryInfo is available.binding - void announceCommunicationBindingDestroyed(Binding binding, boolean isDiscovery)
CommunicationBinding is destroyed.binding - void announceDiscoveryBindingDestroyed(DiscoveryBinding binding, DiscoveryAutoBinding dab)
DiscoveryBinding is destroyed.binding - void announceOutgoingDiscoveryInfoDestroyed(OutgoingDiscoveryInfo outgoingDiscoveryInfo)
OutgoingDiscoveryInfo is destroyed.binding - java.lang.String getPath()