public interface RTEListener
Modifier and Type | Method and Description |
---|---|
void |
beforePause(RTEvent e)
Indicates that the runtime environment wants to transition into pause state.
|
void |
beforeResume(RTEvent e)
Indicates that the runtime environment wants to resume.
|
void |
beforeStart(RTEvent e)
Indicates that the runtime environment wants to start from scratch.
|
void |
onPause()
Indicates that the runtime environment has passed into pause state.
|
void |
onRunning()
Indicates that the runtime environment is started now meaning that it is passed into running mode.
|
void |
onStop()
Indicates that the runtime environment is terminated which means it has to be restarted.
|
void beforeStart(RTEvent e)
RTEvent.doit
to cancel the action if necessary.
e
- the event datavoid beforeResume(RTEvent e)
RTEvent.doit
to cancel the action if necessary.
e
- the event datavoid beforePause(RTEvent e)
RTEvent.doit
to cancel the action if necessary.
e
- the event datavoid onStop()
void onRunning()
void onPause()