Package com.install4j.api.actions
Interface Action
-
- All Superinterfaces:
Bean
,java.io.Serializable
- All Known Subinterfaces:
AutoUninstallAction
,InstallAction
,UninstallAction
- All Known Implementing Classes:
AbstractInstallAction
,AbstractInstallOrUninstallAction
,AbstractUninstallAction
public interface Action extends Bean, java.io.Serializable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Context context)
This method is called after the properties have been set
-
-
-
Method Detail
-
init
void init(Context context)
This method is called after the properties have been set- Parameters:
context
- the installation or uninstallation context
-
-