apps.mathpadapp.networkmanager.messages.common
Class BroadcastMathPadSyncMessage

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

public class BroadcastMathPadSyncMessage
extends BroadcastApplicationMessage

The Class BroadcastMathPadSyncMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastMathPadSyncMessage()
          Instantiates a new broadcast math pad sync message.
BroadcastMathPadSyncMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
          Instantiates a new broadcast 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.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

BroadcastMathPadSyncMessage

public BroadcastMathPadSyncMessage()
Instantiates a new broadcast math pad sync message.


BroadcastMathPadSyncMessage

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

Parameters:
targetClass - the target class
syncData - the sync data
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