FileDocCategorySizeDatePackage
MIDletEventConsumer.javaAPI DocphoneME MR2 API (J2ME)2154Wed May 02 18:00:06 BST 2007com.sun.midp.midlet

MIDletEventConsumer

public interface MIDletEventConsumer
This is the DisplayEventHandler/MIDletStateHandler contract for MIDlet events. This interface is to be implemnted by an event processing target for MIDlet events. EventListener for these events must find appropriate instance of this I/F implementor and call its methods. TBD: method and parameter lists of the I/F is preliminary and is a subject for changes. TBD: Implementor of this I/F shall be instance specific, and thus will be able to obtain all IDs itself. normally I/F implementor shall be associated with MIDlet, i.e. implemented by MIDletPeer.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleMIDletActivateEvent()
Activates a MIDLet.

public voidhandleMIDletDestroyEvent()
Destroys a MIDlet.

public voidhandleMIDletPauseEvent()
Pauses a MIDlet.