| com.sun.mmedia.MIDletPauseListener
MIDletPauseListener | public interface MIDletPauseListener (Code) | | Receives notification that a media event is happening while the
application is paused. Called by PauseTracker.
|
Method Summary | |
public void | reportActivity(String subType) Report that an event has happened in the paused state. |
reportActivity | public void reportActivity(String subType)(Code) | | Report that an event has happened in the paused state.
Parameters: subType - the type of event, to be defined by the implementation |
|
|