public interface MessengerListener extends DebugListener, MultipleParcelListener
Modifier and Type | Method and Description |
---|---|
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) |
onReceiveDebug
getListenerName
onAllParcelsHaveBeenHandled, onParcelHasBeenHandled
void prepareNotification(int what)
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()
Copyright © SAS Institute. All Rights Reserved.