public static interface InstanceObservable.InstanceObserver
InstanceObservable| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The unique name of this observer.
|
void |
hostsDown(java.util.Collection<Instance> hosts)
Callback for notifying hosts that are down.
|
void |
hostsUp(java.util.Collection<Instance> hosts)
Callback for notifying hosts that are up.
|