apps.mathpadapp.networkmanager.messages.fromcontroller.broadcast
Class BroadcastEnableSyncMessage
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.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. |
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 |
BroadcastEnableSyncMessage
public BroadcastEnableSyncMessage(java.lang.Class<?> targetClass,
boolean isSynchronisation)
- Instantiates a new broadcast enable sync message.
- Parameters:
targetClass
- the target classisSynchronisation
- the is synchronisation
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