synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick
Class RegisterTableMessage
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
synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick.RegisterTableMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class RegisterTableMessage
- extends UnicastApplicationMessage
The Class RegisterTableMessage.
- See Also:
- Serialized Form
Constructor Summary |
RegisterTableMessage(java.lang.Class<?> targetClass,
int tablePositionX,
int tablePositionY,
float angle)
Instantiates a new register table message. |
RegisterTableMessage(java.lang.Class<?> targetClass,
TableInfo tableInfo,
TableIdentity targetTable)
Instantiates a new register table 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, toString, wait, wait, wait |
RegisterTableMessage
public RegisterTableMessage(java.lang.Class<?> targetClass,
int tablePositionX,
int tablePositionY,
float angle)
- Instantiates a new register table message.
- Parameters:
targetClass
- the target classtablePositionX
- the table position xtablePositionY
- the table position yangle
- the angle
RegisterTableMessage
public RegisterTableMessage(java.lang.Class<?> targetClass,
TableInfo tableInfo,
TableIdentity targetTable)
- Instantiates a new register table message.
- Parameters:
targetClass
- the target classtableInfo
- the table infotargetTable
- the target table
getTableInfo
public TableInfo getTableInfo()
- Gets the table info.
- Returns:
- the table info