install4j API

com.install4j.api
Interface InstallerEventListener

All Known Implementing Classes:
CustomScreen

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.

Author:
ej-technologies GmbH

Method Summary
 void installerEvent(InstallerEvent event)
          Called when an application event is fired.
 

Method Detail

installerEvent

void installerEvent(InstallerEvent event)
Called when an application event is fired.

Parameters:
event - the event

install4j API