Interface PackageEvent
@ProviderType
public interface PackageEvent
Event that is sent via the packaging listeners.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull PackageIdgetId()Returns the id of the package@Nullable PackageId[]Returns the related ids for certain events.@NotNull PackageEvent.TypegetType()Returns the type of the event
-
Method Details
-
getType
Returns the type of the event- Returns:
- the type.
-
getId
Returns the id of the package- Returns:
- the id.
-
getRelatedIds
Returns the related ids for certain events.- Returns:
- the related ids.
-