apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
Class UnicastSyncWithTableMessage
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.UnicastSyncWithTableMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class UnicastSyncWithTableMessage
- extends ControllerToTableMessage
The Class UnicastSyncWithTableMessage.
- See Also:
- Serialized Form
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 |
UnicastSyncWithTableMessage
public UnicastSyncWithTableMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
boolean isSynchronisation)
- Instantiates a new unicast sync with table message.
- Parameters:
targetClass
- the target classtableId
- the table idisSynchronisation
- 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