| com.sun.midp.suspend.Subsystem
All known Subclasses: com.sun.midp.suspend.AbstractSubsystem,
Subsystem | public interface Subsystem (Code) | | A subsystem that implies special actions on system
suspend/resume.
|
Method Summary | |
void | resume() Perfoms actions required during system resume and moves
the subsystem to ACTIVE state. | void | suspend() Perfoms actions required during system suspend and moves
the subsystem to SUSPENDED state. |
ACTIVE | int ACTIVE(Code) | | Active state.
|
RESUMING | int RESUMING(Code) | | Being resumed state.
|
SUSPENDED | int SUSPENDED(Code) | | Suspended state.
|
SUSPENDING | int SUSPENDING(Code) | | Being suspended state.
|
|
|