Package com.install4j.api.beaninfo
Interface ActionInitializer
public interface ActionInitializer
Interface for initializing actions that are associated with screens.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Action action) Initialize the associated action that is being created
-
Method Details
-
initialize
Initialize the associated action that is being created- Parameters:
action- the action
-