apps.mathpadapp.networkmanager.messages.fromcontroller.broadcast
Class BroadcastHideMathPadsOnTableMessage
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.BroadcastApplicationMessage
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
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 |
BroadcastHideMathPadsOnTableMessage
public BroadcastHideMathPadsOnTableMessage(java.lang.Class<?> targetClass,
boolean isHideEnabled)
- Instantiates a new broadcast hide math pads on table message.
- Parameters:
targetClass
- the target classisHideEnabled
- the is hide enabled
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