apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
Class BlockTableMessage
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.totable.ControllerToTableMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable.BlockTableMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class BlockTableMessage
- extends ControllerToTableMessage
The Class BlockTableMessage.
- See Also:
- Serialized Form
Constructor Summary |
BlockTableMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
boolean isBlocked)
Instantiates a new block table message. |
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 |
BlockTableMessage
public BlockTableMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
boolean isBlocked)
- Instantiates a new block table message.
- Parameters:
targetClass
- the target classtableId
- the table idisBlocked
- the is blocked
enableBlock
public void enableBlock(boolean isBlocked)
- Enable block.
- Parameters:
isBlocked
- the is blocked
isBlockEnabled
public boolean isBlockEnabled()
- Checks if is block enabled.
- Returns:
- true, if is block enabled