Called after a MIDlet is successfully activated. This is after the startApp method is called.paramsuite reference to the loaded suiteparammidlet reference to the MIDlet
Called after a MIDlet is successfully created.paramsuite reference to the loaded suiteparamclassName Class name of the MIDletparamexternalAppId ID of given by an external application manager
Called after a MIDlet is successfully destroyed.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet
Called after a MIDlet is successfully paused.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet
Called after a MIDlet pauses itself. In this case pauseApp has not been called.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet
Called before a MIDlet is created.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet to be created
Called before a MIDlet is activated.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet
Called when a MIDlet calls MIDlet resume request.paramsuite reference to the loaded suiteparamclassName class name of the MIDlet