|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowchartMonitor
An application that wants to monitor the flowchart sessions can develop a FlowchartMonitor that must implement this interface.
To activate the monitoring one needs to set the Monitor via
FlowchartSession.setFlowchartMonitor(FlowchartMonitor).
| Method Summary | |
|---|---|
void |
eventCancel()
This method is called by a monitored flowchart session when the session is canceled by the user . |
void |
eventEnd()
This method is called by a monitored flowchart session each time a flowchart is finished. |
void |
eventGotoIndex()
This method is called by a monitored flowchart session each time the user performs a 'index' action. |
void |
eventGotoState()
This method is called by a monitored flowchart session each time the user performs a 'state' action. |
void |
eventNext()
This method is called by a monitored flowchart session each time the user performs a 'next' action. |
void |
eventPrevious()
This method is called by a monitored flowchart session each time the user performs a 'previous' action. |
void |
eventRate(int rating)
This method is called by a monitored flowchart session each time the user performs a 'rate' action. |
void |
eventSave(ResultNode rootResultNode)
This method is called by a monitored flowchart session each time a 'save' action is performed (either an explicit save by the user or an automatic save when automaticSave is enabled). |
void |
eventStart()
This method is called by a monitored flowchart session each time a flowchart is (re)started by the user. |
int |
getMaxRating()
|
int |
getMinRating()
|
| Method Detail |
|---|
void eventStart()
void eventEnd()
void eventCancel()
void eventNext()
void eventPrevious()
void eventGotoIndex()
void eventGotoState()
void eventSave(ResultNode rootResultNode)
void eventRate(int rating)
int getMinRating()
int getMaxRating()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||