apps.mathpadapp.networkmanager.messages.fromcontroller.broadcast
Class BroadcastHideMathPadsOnTableMessage

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.BroadcastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromcontroller.broadcast.BroadcastHideMathPadsOnTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class BroadcastHideMathPadsOnTableMessage
extends BroadcastApplicationMessage

The Class BroadcastHideMathPadsOnTableMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastHideMathPadsOnTableMessage(java.lang.Class<?> targetClass, boolean isHideEnabled)
          Instantiates a new broadcast hide math pads on table message.
 
Method Summary
 void enableHideMathPads(boolean isHideEnabled)
          Enable hide math pads.
 boolean isHideMathPadsEnabled()
          Checks if is hide math pads enabled.
 
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

BroadcastHideMathPadsOnTableMessage

public BroadcastHideMathPadsOnTableMessage(java.lang.Class<?> targetClass,
                                           boolean isHideEnabled)
Instantiates a new broadcast hide math pads on table message.

Parameters:
targetClass - the target class
isHideEnabled - the is hide enabled
Method Detail

enableHideMathPads

public void enableHideMathPads(boolean isHideEnabled)
Enable hide math pads.

Parameters:
isHideEnabled - the is hide enabled

isHideMathPadsEnabled

public boolean isHideMathPadsEnabled()
Checks if is hide math pads enabled.

Returns:
true, if is hide math pads enabled