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

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

public class BroadcastEnableSyncMessage
extends BroadcastApplicationMessage

The Class BroadcastEnableSyncMessage.

See Also:
Serialized Form

Constructor Summary
BroadcastEnableSyncMessage(java.lang.Class<?> targetClass, boolean isSynchronisation)
          Instantiates a new broadcast enable sync message.
 
Method Summary
 boolean isSynchronisationOn()
          Checks if is synchronisation on.
 void setSynchronisationOn(boolean isSynchronisationOn)
          Sets the synchronisation on.
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

BroadcastEnableSyncMessage

public BroadcastEnableSyncMessage(java.lang.Class<?> targetClass,
                                  boolean isSynchronisation)
Instantiates a new broadcast enable sync message.

Parameters:
targetClass - the target class
isSynchronisation - the is synchronisation
Method Detail

isSynchronisationOn

public boolean isSynchronisationOn()
Checks if is synchronisation on.

Returns:
true, if is synchronisation on

setSynchronisationOn

public void setSynchronisationOn(boolean isSynchronisationOn)
Sets the synchronisation on.

Parameters:
isSynchronisationOn - the new synchronisation on

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object