com.jayway.android.robotium.remotecontrol.client
Class SafsMessage

java.lang.Object
  extended by org.safs.sockets.Message
      extended by com.jayway.android.robotium.remotecontrol.client.SafsMessage

public class SafsMessage
extends Message

This class is just a empty wrapper to org.safs.sockets.Message As we have com.jayway.android.robotium.remotecontrol.solo.Message, who has the same. To avoid using the full qualified name, I create this class.


Field Summary
 
Fields inherited from class org.safs.sockets.Message
KEY_ISREMOTERESULT, KEY_REMOTERESULTCODE, KEY_REMOTERESULTINFO, msg_connected, msg_debug, msg_dispatchfile, msg_dispatchprops, msg_exception, msg_message, msg_ready, msg_remoteshutdown, msg_result, msg_resultprops, msg_running, msg_sep, msg_shutdown, shutdown_cause_controller, shutdown_cause_device, shutdown_cause_normal, shutdown_cause_service, STATUS_REMOTERESULT_FAIL, STATUS_REMOTERESULT_OK, STATUS_REMOTERESULT_UNKNOWN
 
Constructor Summary
SafsMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafsMessage

public SafsMessage()