apps.mathpadapp.networkmanager.messages.common
Class UnicastMathPadSyncMessage

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.common.UnicastMathPadSyncMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastMathPadSyncMessage
extends UnicastApplicationMessage

The Class UnicastMathPadSyncMessage.

See Also:
Serialized Form

Constructor Summary
UnicastMathPadSyncMessage()
          Instantiates a new unicast math pad sync message.
UnicastMathPadSyncMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData, TableIdentity tableId)
          Instantiates a new unicast math pad sync message.
 
Method Summary
 java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> getMathPadSyncData()
          Gets the math pad sync data.
 
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

UnicastMathPadSyncMessage

public UnicastMathPadSyncMessage()
Instantiates a new unicast math pad sync message.


UnicastMathPadSyncMessage

public UnicastMathPadSyncMessage(java.lang.Class<?> targetClass,
                                 java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData,
                                 TableIdentity tableId)
Instantiates a new unicast math pad sync message.

Parameters:
targetClass - the target class
syncData - the sync data
tableId - the table id
Method Detail

getMathPadSyncData

public java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> getMathPadSyncData()
Gets the math pad sync data.

Returns:
the math pad sync data