@ProviderType
public interface InstallationEvent
Modifier and Type | Interface and Description |
---|---|
static class |
InstallationEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSource()
Return the source of the event.
|
InstallationEvent.TYPE |
getType()
Return the event type.
|
InstallationEvent.TYPE getType()
java.lang.Object getSource()
InstallationEvent.TYPE.STARTED
and InstallationEvent.TYPE.SUSPENDED
events
this is null
.
For InstallationEvent.TYPE.PROCESSED
events this is a
TaskResource
.Copyright © 2022 The Apache Software Foundation. All rights reserved.