apps.mtdesktop.messages
Class MouseRedirectMessage

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.UnicastApplicationMessage
              extended by apps.mtdesktop.messages.MouseRedirectMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class MouseRedirectMessage
extends UnicastApplicationMessage

The Class MouseRedirectMessage.

See Also:
Serialized Form

Field Summary
 boolean mouseRedirectionEnabled
          The mouse redirection enabled.
 
Constructor Summary
MouseRedirectMessage()
          Instantiates a new mouse redirect message.
MouseRedirectMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean mouseRedirectionEnabled)
          Instantiates a new mouse redirect message.
 
Method Summary
 void enableMouseRedirection(boolean mouseRedirectionEnabled)
          Enable mouse redirection.
 boolean isMouseRedirectionEnabled()
          Checks if is mouse redirection enabled.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
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, toString, wait, wait, wait
 

Field Detail

mouseRedirectionEnabled

public boolean mouseRedirectionEnabled
The mouse redirection enabled.

Constructor Detail

MouseRedirectMessage

public MouseRedirectMessage()
Instantiates a new mouse redirect message.


MouseRedirectMessage

public MouseRedirectMessage(java.lang.Class<?> targetClass,
                            TableIdentity targetTableId,
                            boolean mouseRedirectionEnabled)
Instantiates a new mouse redirect message.

Parameters:
targetClass - the target class
targetTableId - the target table id
mouseRedirectionEnabled - the mouse redirection enabled
Method Detail

enableMouseRedirection

public void enableMouseRedirection(boolean mouseRedirectionEnabled)
Enable mouse redirection.

Parameters:
mouseRedirectionEnabled - the mouse redirection enabled

isMouseRedirectionEnabled

public boolean isMouseRedirectionEnabled()
Checks if is mouse redirection enabled.

Returns:
true, if is mouse redirection enabled