public class DefaultPluginsManagerListener extends java.lang.Object implements PluginsManagerListener
DEPENDENCIES_NOT_LOADED, INITGUIPLUGIN_IMPOSSIBLE, INITPLUGIN_IMPOSSIBLE, JARFILE_NOTFOUND, LOADPLUGINRESOURCES_IMPOSSIBLE, MANIFEST_NOTFOUND, PLUGIN_DIRECTORY_DONT_EXIST, PLUGINCLASS_NOTFOUND, PLUGININSTANCE_IMPOSSIBLE, PLUGINNAME_EXISTS, REGISTER_EXCEPTION, RESETSETTINGS_IMPOSSIBLE, UNDEFINED_EXCEPTION
Constructor and Description |
---|
DefaultPluginsManagerListener() |
Modifier and Type | Method and Description |
---|---|
void |
exception(java.lang.Throwable e,
java.lang.String message,
short type)
Fired when when an exception is fired not specific to a Plugin.
|
void |
exception(java.lang.Throwable e,
java.lang.String message,
java.lang.String pluginName,
short type)
Fired when an exception is fired when loading a Plugin.
|
void |
info(java.lang.String message,
short type)
Fired for information messages not specific to a Plugin.
|
void |
info(java.lang.String message,
short type,
java.lang.String pluginName)
Fired for information messages when loading a Plugin.
|
public void exception(java.lang.Throwable e, java.lang.String message, short type)
exception
in interface PluginsManagerListener
e
- the Exceptionmessage
- the messagetype
- the exception typepublic void exception(java.lang.Throwable e, java.lang.String message, java.lang.String pluginName, short type)
exception
in interface PluginsManagerListener
e
- the Exceptionmessage
- the messagepluginName
- the plugin Nametype
- the exception typepublic void info(java.lang.String message, short type)
info
in interface PluginsManagerListener
message
- the messagetype
- the information typepublic void info(java.lang.String message, short type, java.lang.String pluginName)
info
in interface PluginsManagerListener
message
- the messagetype
- the information typepluginName
- the plugin Name