apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector
Class ReleaseProjectorMessage

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.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector.ControllerToProjectorMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector.ReleaseProjectorMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class ReleaseProjectorMessage
extends ControllerToProjectorMessage

The Class ReleaseProjectorMessage.

See Also:
Serialized Form

Constructor Summary
ReleaseProjectorMessage(java.lang.Class<?> targetClass, TableIdentity projectorId)
          Instantiates a new release projector message.
 
Method Summary
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

ReleaseProjectorMessage

public ReleaseProjectorMessage(java.lang.Class<?> targetClass,
                               TableIdentity projectorId)
Instantiates a new release projector message.

Parameters:
targetClass - the target class
projectorId - the projector id
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object