|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopStateListener
listener interface for receiving status updates from AppDesktop.
| Method Summary | |
|---|---|
void |
onError(String reason)
Callback when client cannot start or connect to the Desktop. |
void |
onMessage(String message)
Callback when a message is sent to this client |
void |
onOutgoingMessage(String message)
Callback when a message is sent from this client |
void |
onReady()
Callback when Desktop is successfully connected and ready to accept commands. |
| Method Detail |
|---|
void onReady()
void onError(String reason)
reason - Error messagevoid onMessage(String message)
message - Message textvoid onOutgoingMessage(String message)
message - Message text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||