|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base interface for Mobile Engine applications. Every application that should run within the Mobile Engine has to implement this interface or any subclass interface.
Method Summary | |
void |
activateApplication()
Activates an application. |
void |
deactivateApplication()
Deactivates an application. |
void |
destroyApplication()
Destroys an application. |
java.lang.String |
getApplicationName()
Returns the technical name of an application. |
void |
initApplication()
Initializes the Application before it will be displayed by the framework. |
Method Detail |
public void initApplication()
public void activateApplication()
public void deactivateApplication()
public void destroyApplication()
public java.lang.String getApplicationName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |