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

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.BroadcastBlockTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class BroadcastBlockTableMessage
extends BroadcastApplicationMessage

The Class BroadcastBlockTableMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastBlockTableMessage(java.lang.Class<?> targetClass, boolean isTableBlocked)
          Instantiates a new broadcast block table message.
 
Method Summary
 void enableTableBlock(boolean isTableBlocked)
          Enable table block.
 boolean isTableBlockEnabled()
          Checks if is table block 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

BroadcastBlockTableMessage

public BroadcastBlockTableMessage(java.lang.Class<?> targetClass,
                                  boolean isTableBlocked)
Instantiates a new broadcast block table message.

Parameters:
targetClass - the target class
isTableBlocked - the is table blocked
Method Detail

enableTableBlock

public void enableTableBlock(boolean isTableBlocked)
Enable table block.

Parameters:
isTableBlocked - the is table blocked

isTableBlockEnabled

public boolean isTableBlockEnabled()
Checks if is table block enabled.

Returns:
true, if is table block enabled