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

Method Summary
 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)
           
 
Methods inherited from interface org.safs.sockets.DebugListener
onReceiveDebug
 
Methods inherited from interface org.safs.sockets.NamedListener
getListenerName
 

Method Detail

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.