|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Application
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 |
|---|
void initApplication()
void activateApplication()
void deactivateApplication()
void destroyApplication()
java.lang.String getApplicationName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||