|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActivationService
Chameria Activation Service. If present (implemented by an application bundle), this service is called during the application activation / re-activation / shutdown. This allows the application to
ActivationUtils to parse arguments.
All activation services are called by the launcher, but the order is non-deterministic.
| Method Summary | |
|---|---|
void |
activation(String[] args)
Method called by the launcher every time the application is activate. |
void |
deactivation()
Method called by the launcher when the application stops. |
| Method Detail |
|---|
void activation(String[] args)
-open argument.
args - the argumentsvoid deactivation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||