init
void init(Sandbox sandbox)
Initialize the plugin component.
This is where the component should register all of it's
listeners, loaders, components, and so on. This method
may be called more then once if the component is unloaded
and then reloaded.
- Parameters:
sandbox
- The sandbox environment.