Schnittstelle BundleEntrypoint
public interface BundleEntrypoint
An Entrypoint to a Bundle.
-
Methodendetails
-
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.
-