|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HostListener
In order to be notified of changes to the core host set, an object must implement this interface.
| Method Summary | |
|---|---|
void |
addHost(Host host)
This method is invoked when a new host has been added to the core HostSet. |
void |
removeHost(Host host)
This method is invoked when a host has been removed from the core HostSet. |
| Method Detail |
|---|
void addHost(Host host)
HostSet.
host - The added host object.void removeHost(Host host)
HostSet.
host - The removed host object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||