apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
Class PostMathHandwritingToTableMessage

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.fromcontroller.unicast.totable.ControllerToTableMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable.PostMathHandwritingToTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostMathHandwritingToTableMessage
extends ControllerToTableMessage

The Class PostMathHandwritingToTableMessage.

See Also:
Serialized Form

Constructor Summary
PostMathHandwritingToTableMessage(java.lang.Class<?> targetClass, java.util.List<DrawData> drawData, TableIdentity id)
          Instantiates a new post math handwriting to table message.
 
Method Summary
 java.util.List<DrawData> getMathAssignment()
          Gets the math assignment.
 
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

PostMathHandwritingToTableMessage

public PostMathHandwritingToTableMessage(java.lang.Class<?> targetClass,
                                         java.util.List<DrawData> drawData,
                                         TableIdentity id)
Instantiates a new post math handwriting to table message.

Parameters:
targetClass - the target class
drawData - the draw data
id - the id
Method Detail

getMathAssignment

public java.util.List<DrawData> getMathAssignment()
Gets the math assignment.

Returns:
the math assignment