org.araneaframework.framework.container
Class StandardFlowContainerWidget.CancelClosure

java.lang.Object
  extended by org.araneaframework.framework.container.StandardFlowContainerWidget.CancelClosure
All Implemented Interfaces:
Serializable, org.apache.commons.collections.Closure
Enclosing class:
StandardFlowContainerWidget

protected class StandardFlowContainerWidget.CancelClosure
extends Object
implements org.apache.commons.collections.Closure, Serializable

Since:
1.1
See Also:
Serialized Form

Constructor Summary
protected StandardFlowContainerWidget.CancelClosure()
           
 
Method Summary
 void execute(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFlowContainerWidget.CancelClosure

protected StandardFlowContainerWidget.CancelClosure()
Method Detail

execute

public void execute(Object obj)
Specified by:
execute in interface org.apache.commons.collections.Closure