apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class HideUserMathPadMessage

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.touser.ControllerToUserMessage
                  extended by 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

Constructor Summary
HideUserMathPadMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId, boolean isHide)
          Instantiates a new hide user math pad message.
 
Method Summary
 void hidePad(boolean isShown)
          Hide pad.
 boolean isHidePad()
          Checks if is hide pad.
 
Methods inherited from class apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
getRecipientUserIdentity, setRecipientUser
 
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

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 class
tableId - the table id
userId - the user id
isHide - the is hide
Method Detail

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