Package | Description |
---|---|
javax.microedition.event |
[OPTIONAL] Events for system state changes and application to application
communication.
|
javax.microedition.power |
[OPTIONAL] Power management.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventManager.getCurrent(java.lang.String event)
Returns an
Event object for the requested system event. |
Modifier and Type | Method and Description |
---|---|
void |
EventListener.handleEvent(Event value)
Called with the
Event for the event to which this
listener has been registered. |
void |
EventManager.post(Event event,
boolean authmode)
Post an event.
|
Modifier and Type | Class and Description |
---|---|
class |
PowerStateEvent
Specialized event object that is used for system power state change notifications.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.