apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
Class BlockTableMessage

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.totable.ControllerToTableMessage
                  extended by 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.
 
Method Summary
 void enableBlock(boolean isBlocked)
          Enable block.
 boolean isBlockEnabled()
          Checks if is block enabled.
 
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

BlockTableMessage

public BlockTableMessage(java.lang.Class<?> targetClass,
                         TableIdentity tableId,
                         boolean isBlocked)
Instantiates a new block table message.

Parameters:
targetClass - the target class
tableId - the table id
isBlocked - the is blocked
Method Detail

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