|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphListener
Will be notified if something happens on the graph.
The listener must be registred on the observeable graph. see: ProcessableGraph.registerGraphListener(GraphListener)
The usage of this interface is optional.
Method Summary | |
---|---|
void |
changedState(ProcessableState previousState,
ProcessableState currentState,
Condition previousCondition,
Condition currentCondition,
long loop,
StateContext currentStateContext)
The listener will be notified using this message, if the graph changed it's state. |
void |
foundEndState(ProcessableState endState,
long loop,
StateContext currentStateContext)
|
void |
startProcessingState(ProcessableState previousState,
Condition previosCondition,
long loop,
StateContext currentStateContext)
|
Method Detail |
---|
void startProcessingState(ProcessableState previousState, Condition previosCondition, long loop, StateContext currentStateContext)
void changedState(ProcessableState previousState, ProcessableState currentState, Condition previousCondition, Condition currentCondition, long loop, StateContext currentStateContext)
void foundEndState(ProcessableState endState, long loop, StateContext currentStateContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |