org.araneaframework.framework
Interface FlowContext.FlowReference

All Superinterfaces:
Serializable
All Known Implementing Classes:
StandardFlowContainerWidget.FlowReference
Enclosing interface:
FlowContext

Deprecated. to be removed in Aranea 2.0

public static interface FlowContext.FlowReference
extends Serializable

This is unused -- only implementation is a protected class StandardFlowContainerWidget.FlowReference FlowReference.reset() is not called from anywhere and is duplicate of FlowContext.reset() anyway.


Method Summary
 void reset(EnvironmentAwareCallback callback)
          Deprecated. Resets the flow stack up to the referred flow and provides the callback with the local environment that can be used to manipulate the flow stack further.
 

Method Detail

reset

void reset(EnvironmentAwareCallback callback)
           throws Exception
Deprecated. 
Resets the flow stack up to the referred flow and provides the callback with the local environment that can be used to manipulate the flow stack further.

Throws:
Exception