|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any object that is interested in the status of the morpho framework connection should implement this interface and register with the framework to be notified of changes, including changes to the username and connection status.
Method Summary | |
void |
connectionChanged(boolean isConnected)
This method is called if there is a change in the connection status. |
void |
usernameChanged(java.lang.String username)
This method is called if there is a change in the username. |
Method Detail |
public void connectionChanged(boolean isConnected)
isConnected
- boolean true if the framework is now connectedpublic void usernameChanged(java.lang.String username)
username
- the new username as it now has been set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |