public interface InstallerEventListener
The interface that must be implemented by classes who are interested in application events. Event listeners are registered with the InstallerWizardContext. Custom screens implement this interface and are automatically registered with the context.
| Method Summary | |
|---|---|
void |
installerEvent(InstallerEvent event)
Called when an application event is fired. |
| Method Detail |
|---|
void installerEvent(InstallerEvent event)
event - the event