apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector
Class PostMathPadItemsFromControllerMessage
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.fromcontroller.unicast.toprojector.ControllerToProjectorMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector.PostMathPadItemsFromControllerMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class PostMathPadItemsFromControllerMessage
- extends ControllerToProjectorMessage
The Class PostMathPadItemsFromControllerMessage.
- 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 |
PostMathPadItemsFromControllerMessage
public PostMathPadItemsFromControllerMessage(java.lang.Class<?> targetClass,
java.util.HashMap<UserIdentity,MathToolInitSettings> items,
TableIdentity tableId)
- Instantiates a new post math pad items from controller message.
- Parameters:
targetClass
- the target classitems
- the itemstableId
- the table id
getItems
public java.util.HashMap<UserIdentity,MathToolInitSettings> getItems()
- Gets the items.
- Returns:
- the items