install4j API documentation



com.install4j.api.actions
Interface Action

All Superinterfaces:
Bean
All Known Subinterfaces:
AutoUninstallAction, InstallAction, UninstallAction
All Known Implementing Classes:
AbstractInstallAction, AbstractInstallOrUninstallAction, AbstractUninstallAction

public interface Action
extends Bean

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.

Author:
ej-technologies GmbH

Method Summary
 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