Interface InstallationListener
@ConsumerType
public interface InstallationListener
Optional listener which can be used to monitor the activities
of the installer.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(InstallationEvent event) Receive an installation event.
-
Method Details
-
onEvent
Receive an installation event.- Parameters:
event- The installation event
-