Interface InstallationListener
-
@ConsumerType public interface InstallationListenerOptional listener which can be used to monitor the activities of the installer.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(InstallationEvent event)Receive an installation event.
-
-
-
Method Detail
-
onEvent
void onEvent(InstallationEvent event)
Receive an installation event.- Parameters:
event- The installation event
-
-