MEEP v.8 Final Release, April 15, 2014

Package javax.microedition.event

[OPTIONAL] Events for system state changes and application to application communication.

See: Description

Package javax.microedition.event Description

[OPTIONAL] Events for system state changes and application to application communication.

Description

This package provides events for application to application communication. It also provides access to and events for changes in system states. The event package is comprised of one interface and three classes.

The EventManager class is the starting point in the events package. It provides methods to query system states, register listeners to be notified on events, and to register the application to be launched on events. The events are delivered through EventListener interface that the applications implement. The event notifications encapsulate the information about the event into the Event objects. The Event class defines the names of system events. Access to events is controlled by the EventPermission class.

Event image not found
Since:
MEEP-8.0.0
MEEP v.8 Final Release, April 15, 2014

Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.