|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModuleOnApp
IModuleCallResult: method interface examples for application level methods in a module.
Since module method must be implemented as static method a module cannot directly implements this interface. This interface only serves as an example of the method names and call signature needed to implement these application methods.
| Method Summary | |
|---|---|
void |
onAppStart(IApplicationInstance appInstance)
Invoked when an application instance is started. |
void |
onAppStop(IApplicationInstance appInstance)
Invoked when an application instance is stopped (destroyed). |
| Method Detail |
|---|
void onAppStart(IApplicationInstance appInstance)
appInstance - application instancevoid onAppStop(IApplicationInstance appInstance)
appInstance - application instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||