| java.lang.Object com.sun.midp.main.IndicatorManager
IndicatorManager | public class IndicatorManager implements MIDletProxyListListener(Code) | | IndicatorManager is a singleton class that controls the home icon
status in status bar.
|
getHomeIconState | public static boolean getHomeIconState()(Code) | | This function is public so that unit test can refer it
state of the home icon |
init | public static void init(MIDletProxyList theMidletProxyList)(Code) | | A static method that initialize singleton IndicatorBar class
Parameters: theMidletProxyList - a reference to the MIDlet proxy list |
midletAdded | public void midletAdded(MIDletProxy midlet)(Code) | | Called when a MIDlet is added to the list.
Parameters: midlet - The proxy of the MIDlet being added |
midletRemoved | public void midletRemoved(MIDletProxy midlet)(Code) | | Called when a MIDlet is removed from the list.
Parameters: midlet - The proxy of the MIDlet being removed |
midletStartError | public void midletStartError(int externalAppId, int suiteId, String className, int errorCode, String errorDetails)(Code) | | Called when error occurred while starting a MIDlet object.
Parameters: externalAppId - ID assigned by the external application manager Parameters: suiteId - Suite ID of the MIDlet Parameters: className - Class name of the MIDlet Parameters: errorCode - start error code Parameters: errorDetails - start error details |
midletUpdated | public void midletUpdated(MIDletProxy midlet, int fieldId)(Code) | | Called when the state of a MIDlet in the list is updated.
Parameters: midlet - The proxy of the MIDlet being updated Parameters: fieldId - code for which field of the proxy was updated |
|
|