Package org.norther.tammi.spray.template.flow

Interface Summary
FlowStep An interface to flow steps.
StepFlowConstants An interface to constants of states and properties of flow steps.
StepFlowContext An interface to contexts maintaing the state of flows and steps.
StepStateListener Registered implementations of the StepStateListener interface will be notified when the state, property or transition a flow step changes.
 

Class Summary
DefaultFlowStep A default implementation of FlowStep.
DefaultStepFlowContext A default implementation of StepFlowContext.
ReadOnlyFlowStep A read-only implementation of FlowStep.
StepMatrix Allowed routes between template flows and their steps are defined by BitSet matrix of size (n+1)*(n+1), where n is the number of steps in a flow.
StepStateEvent Events of this type are sent to an object that implements the StepStateListener interface and is registered to a Step instance when the state, property or transition of the step changes.
 



Copyright © 2004 The Norther Organization. All rights reserved.