public interface Action
The base interface for all actions. Do not implement this interface directly, only the derived interfaces are functional. It is recommended that you choose one of the derived abstract classes as a super class. The life-cycle of actions is controlled by the framework.
Method Summary | |
---|---|
void |
init(Context context)
This method is called after the properties have been set |
Method Detail |
---|
void init(Context context)
context
- the installation or uninstallation context