Interface InstallationEvent
@ProviderType
public interface InstallationEvent
Optional listener which can be used to monitor the activities
of the installer.
- Since:
- 1.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn the source of the event.getType()Return the event type.
-
Method Details
-
getType
InstallationEvent.TYPE getType()Return the event type.- Returns:
- The event type.
-
getSource
Object getSource()Return the source of the event. ForInstallationEvent.TYPE.STARTEDandInstallationEvent.TYPE.SUSPENDEDevents this isnull. ForInstallationEvent.TYPE.PROCESSEDevents this is aTaskResource.- Returns:
- The source of the event.
-