public interface InstallerEventListener
The interface that must be implemented by classes who are interested in installer events. Event listeners are registered with the Context.
Context.addInstallerEventListener(InstallerEventListener),
EventType,
InstallerEvent,
InstallerFileEvent| Method Summary | |
|---|---|
void |
installerEvent(InstallerEvent event)
Called when an installer event is fired. |
| Method Detail |
|---|
void installerEvent(InstallerEvent event)
event - the event