|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is used to encapsulate various methods for determining if a change in a connection's online/offline status.
| Method Summary | |
void |
addListener(VisibleListener listener)
This method adds a listener for that wants to know a change in a connection's online/offline status. |
void |
removeListener(VisibleListener listener)
This method is used to remove an VisibleListener that is listening for a change in a Connection's status. |
void |
startListening()
This method is used to start listening to determine changes in the online/offline status of a connection. |
void |
stopListening()
This method is used to stop listening to determine changes in the online/offline status of a connection. |
| Method Detail |
public void addListener(VisibleListener listener)
listener - VisibleListener object that listens for a change in
status.public void removeListener(VisibleListener listener)
listener - VisibleListener object that should no longer be notified
of a change in a Connection's status.public void startListening()
public void stopListening()
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||