|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface StrangeEonsApplication.PluginLoadingListener
An interface for listening for plug-in load/unload events.
| Field Summary | |
|---|---|
static int |
PLUGIN_LOAD_EVENT
Event type code that the application has just loaded or reloaded the plug-in set. |
static int |
PLUGIN_UNLOAD_EVENT
Event type code that the application has just unloaded all loaded plug-ins. |
| Method Summary | |
|---|---|
void |
pluginsLoaded(int eventType)
Called after the application loads, reloads, or unloads plug-ins. |
| Field Detail |
|---|
static final int PLUGIN_LOAD_EVENT
static final int PLUGIN_UNLOAD_EVENT
| Method Detail |
|---|
void pluginsLoaded(int eventType)
eventType describes the type of load
event:
PLUGIN_LOAD_EVENT: plug-ins have been loaded (or reloaded) PLUGIN_UNLOAD_EVENT: plug-ins have been unloaded
eventType - the type of load event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||