|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessengerListener
Method Summary | |
---|---|
void |
onMessengerDebug(java.lang.String message)
|
void |
onRemoteConnected()
|
void |
onRemoteDisconnected()
|
void |
onRemoteDispatchFile(java.lang.String filepath)
|
void |
onRemoteDispatchProps(java.util.Properties props)
|
void |
onRemoteEngineShutdown()
Remote request/command to tell the engine to perform a normal shutdown. |
void |
onRemoteMessage(java.lang.String message)
|
void |
onRemoteShutdown()
Notification that the Remote Controller has shutdown and is no longer available. |
void |
onServiceShutdown()
Notification that the Messenger Service has shutdown and is no longer available. |
void |
prepareNotification(int what)
|
Method Detail |
---|
void prepareNotification(int what)
void onMessengerDebug(java.lang.String message)
void onRemoteConnected()
void onRemoteDisconnected()
void onRemoteDispatchFile(java.lang.String filepath)
void onRemoteDispatchProps(java.util.Properties props)
void onRemoteMessage(java.lang.String message)
void onRemoteShutdown()
void onServiceShutdown()
void onRemoteEngineShutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |