org.araneaframework.framework.container
Class StandardFlowContainerWidget.ReplaceClosure

java.lang.Object
  extended by 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

Field Summary
protected  FlowContext.Configurator configurator
           
protected  Widget flow
           
 
Constructor Summary
StandardFlowContainerWidget.ReplaceClosure(Widget flow, FlowContext.Configurator configurator)
           
 
Method Summary
 void execute(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flow

protected Widget flow

configurator

protected FlowContext.Configurator configurator
Constructor Detail

StandardFlowContainerWidget.ReplaceClosure

public StandardFlowContainerWidget.ReplaceClosure(Widget flow,
                                                  FlowContext.Configurator configurator)
Method Detail

execute

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