public interface IPAddressChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
addressDown(IPAddress ip)
Will be called if a
DiscoveryDomain is down. |
void |
addressUp(IPAddress ip)
Will be called if a
IPAddress is up. |
void addressDown(IPAddress ip)
DiscoveryDomain is down.ip -