apps.mathpadapp.networkmanager.messages.fromclient.fromuser
Class UserToControllerMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromclient.fromuser.UserToControllerMessage
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
PostAssignmentInfoFromUserMessage, PostMathPadItemFromUserMessage

public class UserToControllerMessage
extends UnicastApplicationMessage

The Class UserToControllerMessage.

See Also:
Serialized Form

Constructor Summary
UserToControllerMessage(java.lang.Class<?> targetClass)
          Instantiates a new user to controller message.
 
Method Summary
 UserIdentity getSenderUserIdentity()
          Gets the sender user identity.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserToControllerMessage

public UserToControllerMessage(java.lang.Class<?> targetClass)
Instantiates a new user to controller message.

Parameters:
targetClass - the target class
Method Detail

getSenderUserIdentity

public UserIdentity getSenderUserIdentity()
Gets the sender user identity.

Returns:
the sender user identity