Subsystempublic interface Subsystem A subsystem that implies special actions on system
suspend/resume. |
Fields Summary |
---|
int | SUSPENDINGBeing suspended state. | int | SUSPENDEDSuspended state. | int | RESUMINGBeing resumed state. | int | ACTIVEActive state. |
Methods Summary |
---|
public void | resume()Perfoms actions required during system resume and moves
the subsystem to ACTIVE state.
| public void | suspend()Perfoms actions required during system suspend and moves
the subsystem to SUSPENDED state.
|
|