org.araneaframework.framework.container
Class StandardFlowContainerWidget.StartClosure
java.lang.Object
org.araneaframework.framework.container.StandardFlowContainerWidget.StartClosure
- All Implemented Interfaces:
- Serializable, org.apache.commons.collections.Closure
- Enclosing class:
- StandardFlowContainerWidget
protected class StandardFlowContainerWidget.StartClosure
- extends Object
- implements org.apache.commons.collections.Closure, Serializable
- Since:
- 1.1
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
flow
protected Widget flow
configurator
protected FlowContext.Configurator configurator
handler
protected FlowContext.Handler handler
StandardFlowContainerWidget.StartClosure
public StandardFlowContainerWidget.StartClosure(Widget flow,
FlowContext.Configurator configurator,
FlowContext.Handler handler)
execute
public void execute(Object obj)
- Specified by:
execute in interface org.apache.commons.collections.Closure