org.drools.command
Class FinishedCommand

java.lang.Object
  extended by org.drools.command.FinishedCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, GenericCommand<Void>

public class FinishedCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
FinishedCommand()
           
 
Method Summary
 Void execute(Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinishedCommand

public FinishedCommand()
Method Detail

execute

public Void execute(Context ctx)
Specified by:
execute in interface GenericCommand<Void>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.