Schnittstelle BundleEntrypoint


public interface BundleEntrypoint
An Entrypoint to a Bundle.
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    default Priority
    Returns the Priority of this Entrypoint.
    void
    Called when the bundle is loaded.
    void
    Called when the bundle is reloaded or removed.
  • Methodendetails

    • getPriority

      default Priority getPriority()
      Returns the Priority of this Entrypoint.
      Gibt zurück:
      the priority, NORMAL by default
    • onLoad

      void onLoad()
      Called when the bundle is loaded.
    • onUnload

      void onUnload()
      Called when the bundle is reloaded or removed.