com.l2fprod.common.application.core
Class DefaultCommand

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

public class DefaultCommand
extends java.lang.Object
implements Command

DefaultCommand.


Constructor Summary
DefaultCommand()
           
 
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

DefaultCommand

public DefaultCommand()
Method Detail

execute

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