Interface InstallationEvent
- 
@ProviderType public interface InstallationEventOptional listener which can be used to monitor the activities of the installer.- Since:
 - 1.0
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInstallationEvent.TYPE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetSource()Return the source of the event.InstallationEvent.TYPEgetType()Return the event type. 
 - 
 
- 
- 
Method Detail
- 
getType
InstallationEvent.TYPE getType()
Return the event type.- Returns:
 - The event type.
 
 
- 
getSource
java.lang.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.
 
 
 - 
 
 -