Interface BundleEntrypoint
public interface BundleEntrypoint
An Entrypoint to a Bundle.
-
Method Details
-
getPriority
Returns the Priority of this Entrypoint.- Returns:
- 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.
-