|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a listener that may be registered with the
Visible plugin to be notified of a change in a connection's
online/offline status. The host is contained in each notification so
that the same listener may be registered with multiple Visible
instances.
| Method Summary | |
void |
invisible(java.net.InetAddress host)
This method is called by Visible to notify the listener of a change in a connection's status from online to offline. |
void |
visible(java.net.InetAddress host)
This method is called by the Visible implementation
to notify the listener of a change in a connection's status from
offline to online. |
| Method Detail |
public void visible(java.net.InetAddress host)
Visible implementation
to notify the listener of a change in a connection's status from
offline to online.
host - the host which has become visiblepublic void invisible(java.net.InetAddress host)
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||