apps.mtdesktop.messages
Class UnicastSearchTableMessage
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.mtdesktop.messages.UnicastSearchTableMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class UnicastSearchTableMessage
- extends UnicastApplicationMessage
The Class UnicastSearchTableMessage.
- 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, toString, wait, wait, wait |
UnicastSearchTableMessage
public UnicastSearchTableMessage()
- Instantiates a new unicast search table message.
UnicastSearchTableMessage
public UnicastSearchTableMessage(java.lang.Class<?> targetClass,
TableIdentity targetTableId,
DesktopClient.Position position)
- Instantiates a new unicast search table message.
- Parameters:
targetClass
- the target classtargetTableId
- the target table idposition
- the position
getClientPosition
public DesktopClient.Position getClientPosition()
- Gets the client position.
- Returns:
- the client position
setClientPosition
public void setClientPosition(DesktopClient.Position position)
- Sets the client position.
- Parameters:
position
- the new client position