org.araneaframework.framework.container
Class StandardFlowContainerWidget.StartClosure

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

Field Summary
protected  FlowContext.Configurator configurator
           
protected  Widget flow
           
protected  FlowContext.Handler handler
           
 
Constructor Summary
StandardFlowContainerWidget.StartClosure(Widget flow, FlowContext.Configurator configurator, FlowContext.Handler handler)
           
 
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

handler

protected FlowContext.Handler handler
Constructor Detail

StandardFlowContainerWidget.StartClosure

public StandardFlowContainerWidget.StartClosure(Widget flow,
                                                FlowContext.Configurator configurator,
                                                FlowContext.Handler handler)
Method Detail

execute

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