public class RTEAdapter extends java.lang.Object implements RTEListener
RTEListener
.Constructor and Description |
---|
RTEAdapter() |
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.
|
public void beforeStart(RTEvent e)
RTEListener
RTEvent.doit
to cancel the action if necessary.
beforeStart
in interface RTEListener
e
- the event datapublic void beforeResume(RTEvent e)
RTEListener
RTEvent.doit
to cancel the action if necessary.
beforeResume
in interface RTEListener
e
- the event datapublic void beforePause(RTEvent e)
RTEListener
RTEvent.doit
to cancel the action if necessary.
beforePause
in interface RTEListener
e
- the event datapublic void onStop()
RTEListener
onStop
in interface RTEListener
public void onRunning()
RTEListener
onRunning
in interface RTEListener
public void onPause()
RTEListener
onPause
in interface RTEListener