install4j API documentation



com.install4j.api.events
Interface InstallerEventListener

All Known Implementing Classes:
AbstractInstallerOrUninstallerScreen, AbstractUninstallerScreen

public interface InstallerEventListener

The interface that must be implemented by classes who are interested in installer events. Event listeners are registered with the Context.

Author:
ej-technologies GmbH
See Also:
Context.addInstallerEventListener(InstallerEventListener), EventType, InstallerEvent, InstallerFileEvent

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

Method Detail

installerEvent

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

Parameters:
event - the event