org.safs.android.engine
Interface MessengerListener

All Known Implementing Classes:
DroidEngine

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

prepareNotification

void prepareNotification(int what)

onMessengerDebug

void onMessengerDebug(java.lang.String message)

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.