apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class HideUserMathPadMessage
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.touser.ControllerToUserMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.HideUserMathPadMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class HideUserMathPadMessage
- extends ControllerToUserMessage
The Class HideUserMathPadMessage.
- See Also:
- Serialized Form
Method Summary |
void |
hidePad(boolean isShown)
Hide pad. |
boolean |
isHidePad()
Checks if is hide pad. |
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 |
HideUserMathPadMessage
public HideUserMathPadMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
UserIdentity userId,
boolean isHide)
- Instantiates a new hide user math pad message.
- Parameters:
targetClass
- the target classtableId
- the table iduserId
- the user idisHide
- the is hide
hidePad
public void hidePad(boolean isShown)
- Hide pad.
- Parameters:
isShown
- the is shown
isHidePad
public boolean isHidePad()
- Checks if is hide pad.
- Returns:
- true, if is hide pad