org.araneaframework.framework.container
Class StandardFlowContainerWidget.ReplaceClosure
java.lang.Object
org.araneaframework.framework.container.StandardFlowContainerWidget.ReplaceClosure
- All Implemented Interfaces:
- Serializable, org.apache.commons.collections.Closure
- Enclosing class:
- StandardFlowContainerWidget
protected class StandardFlowContainerWidget.ReplaceClosure
- 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
StandardFlowContainerWidget.ReplaceClosure
public StandardFlowContainerWidget.ReplaceClosure(Widget flow,
FlowContext.Configurator configurator)
execute
public void execute(Object obj)
- Specified by:
execute in interface org.apache.commons.collections.Closure