| com.sun.mmedia.MediaEventConsumer
MediaEventConsumer | public interface MediaEventConsumer (Code) | | This interfcae provides a set of methods to handle
media related events; foregournd / background switch
|
handleMediaBackgroundNotify | public void handleMediaBackgroundNotify()(Code) | | Called by event delivery when MIDlet controller (in AMS Isolate)
notifies MIDlet and its display that there is a change in its foreground status
|
handleMediaForegroundNotify | public void handleMediaForegroundNotify()(Code) | | Called by event delivery when MIDlet controller (in AMS Isolate)
notifies MIDlet and its display that there is a change in its foreground status
|
|
|