Interface PackageEvent
-
@ProviderType public interface PackageEvent
Event that is sent via the packaging listeners.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PackageEvent.Type
Event type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackageId
getId()
Returns the id of the packagePackageId[]
getRelatedIds()
Returns the related ids for certain events.PackageEvent.Type
getType()
Returns the type of the event
-
-
-
Method Detail
-
getType
@Nonnull PackageEvent.Type getType()
Returns the type of the event- Returns:
- the type.
-
getId
@Nonnull PackageId getId()
Returns the id of the package- Returns:
- the id.
-
getRelatedIds
@CheckForNull PackageId[] getRelatedIds()
Returns the related ids for certain events.- Returns:
- the related ids.
-
-