Public Member Functions | |
void | consistsOf (String parent, String[] kids) |
void | reset (Object info) |
void | trying (String step) |
void | success (String step) |
void | failure (Object info) |
void | addListener (FlowListener l) |
void | removeListener (FlowListener l) |
Protected Member Functions | |
Node | node (String name) |
void | fireReset (Object info) |
void | fireTrying (String step) |
void | fireSuccess (String step) |
void | fireFailure (String step, Object info) |
void | fireCompletion () |
Protected Attributes | |
final Node | UNDEF = new Node("") |
Map< String, Node > | name2node = new HashMap<StringNode>() |
Node | latestSuccess = UNDEF |
Node | nowTrying = UNDEF |
Vector< FlowListener > | listeners = new Vector<FlowListener>() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|