apps.mathpadapp.networkmanager.messages.common
Class UnicastMathPadSyncMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
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
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 |
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 classsyncData
- the sync datatableId
- the table id
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