com.jayway.android.robotium.remotecontrol.client
Interface MessengerListener
- All Superinterfaces:
- DebugListener, NamedListener
- All Known Implementing Classes:
- MessengerRunner
public interface MessengerListener
- extends DebugListener
- Since:
- Feb 02, 2012
prepareNotification
void prepareNotification(int what)
onRemoteConnected
void onRemoteConnected()
onRemoteDisconnected
void onRemoteDisconnected()
onRemoteDispatchFile
void onRemoteDispatchFile(java.lang.String filepath)
onRemoteDispatchProps
void onRemoteDispatchProps(java.util.Properties props)
onRemoteMessage
void onRemoteMessage(java.lang.String message)
onRemoteShutdown
void onRemoteShutdown()
- Notification that the Remote Controller has shutdown and is no longer available.
onServiceShutdown
void onServiceShutdown()
- Notification that the Messenger Service has shutdown and is no longer available.
onRemoteEngineShutdown
void onRemoteEngineShutdown()
- Remote request/command to tell the engine to perform a normal shutdown.