public interface NetworkChangeListener extends CommunicationStructureListener
| Modifier and Type | Method and Description |
|---|---|
void |
announceNewInterfaceAvailable(java.lang.Object iface)
Will be called if a new NetworkInterface is available.
|
void |
startUpdates()
Announce all listener that updates can be perfomed from now.
|
void |
stopUpdates()
Announce all listener that no more updates will be announced from now.
|
void announceNewInterfaceAvailable(java.lang.Object iface)
iface - void startUpdates()
void stopUpdates()