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

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.BroadcastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromclient.fromuser.UnregisterUserMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnregisterUserMessage
extends BroadcastApplicationMessage

The Class UnregisterUserMessage.

See Also:
Serialized Form

Constructor Summary
UnregisterUserMessage(java.lang.Class<?> targetClass, UserIdentity userId)
          Instantiates a new unregister user message.
 
Method Summary
 UserIdentity getSenderUserIdentity()
          Gets the sender user identity.
 
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

UnregisterUserMessage

public UnregisterUserMessage(java.lang.Class<?> targetClass,
                             UserIdentity userId)
Instantiates a new unregister user message.

Parameters:
targetClass - the target class
userId - the user id
Method Detail

getSenderUserIdentity

public UserIdentity getSenderUserIdentity()
Gets the sender user identity.

Returns:
the sender user identity