MIDP3.0

Uses of Class
javax.microedition.event.EventData

Packages that use EventData
javax.microedition.event Package to provide events for application to application communication and provide access to and events for changes in system states. 
 

Uses of EventData in javax.microedition.event
 

Methods in javax.microedition.event that return EventData
 EventData EventManager.getCurrent(java.lang.String event)
          Returns an EventData object for the requested system event.
 

Methods in javax.microedition.event with parameters of type EventData
 void EventDataListener.handleEvent(EventData value)
          Called with the EventData for the event to which this listener has been registered.
 void EventManager.post(EventData event, boolean authmode)
          Post an event.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.