com.l2fprod.common.application
Class ExitCmd

java.lang.Object
  extended by com.l2fprod.common.application.ExitCmd
All Implemented Interfaces:
Command

public class ExitCmd
extends java.lang.Object
implements Command

ExitCmd.


Constructor Summary
ExitCmd()
           
 
Method Summary
 void execute(CommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitCmd

public ExitCmd()
Method Detail

execute

public void execute(CommandContext context)
Specified by:
execute in interface Command