Interface PackageEvent


  • @ProviderType
    public interface PackageEvent
    Event that is sent via the packaging listeners.
    • 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.