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 enum 
    Event type
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull PackageId
    Returns the id of the package
    @Nullable PackageId[]
    Returns the related ids for certain events.
    Returns the type of the event
  • Method Details

    • getType

      @NotNull @NotNull PackageEvent.Type getType()
      Returns the type of the event
      Returns:
      the type.
    • getId

      @NotNull @NotNull PackageId getId()
      Returns the id of the package
      Returns:
      the id.
    • getRelatedIds

      @Nullable @Nullable PackageId[] getRelatedIds()
      Returns the related ids for certain events.
      Returns:
      the related ids.