org.jactr.tools.async.message.command.login
Class LogoutCommand

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by org.jactr.tools.async.message.command.login.LogoutCommand
All Implemented Interfaces:
java.io.Serializable, ICommand, IMessage

public class LogoutCommand
extends BaseMessage
implements ICommand

Author:
developer
See Also:
Serialized Form

Constructor Summary
LogoutCommand()
           
 
Method Summary
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 

Constructor Detail

LogoutCommand

public LogoutCommand()