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
-
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.STARTED
andInstallationEvent.TYPE.SUSPENDED
events this isnull
. ForInstallationEvent.TYPE.PROCESSED
events this is aTaskResource
.- Returns:
- The source of the event.
-