public class PluginEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
PLUGIN_EXCEPTION_THROWN
This event indicates that an exception was raised while
installing or uninstalling a plug-in.
|
static int |
PLUGIN_FIRST
The first number in the range of IDs used for plug-in events.
|
static int |
PLUGIN_INSTALLED
This event indicates that a plug-in has been installed.
|
static int |
PLUGIN_LAST
The last number in the range of IDs used for plug-in events.
|
static int |
PLUGIN_UNINSTALLED
This event indicates that a plug-in has been uninstalled.
|
source
Modifier and Type | Method and Description |
---|---|
IlvApplication |
getApplication()
Returns the host application to install the plug-in in.
|
IlvPluginException |
getException()
Returns the exception that was raised while installing or
uninstalling the plugin associated with this event.
|
int |
getID()
Returns the event type.
|
IlvPlugin |
getPlugin()
Returns the plug-in originator of the event.
|
getSource, toString
public static final int PLUGIN_FIRST
public static final int PLUGIN_EXCEPTION_THROWN
getException()
,
Constant Field Valuespublic static final int PLUGIN_INSTALLED
public static final int PLUGIN_UNINSTALLED
public static final int PLUGIN_LAST
public IlvPlugin getPlugin()
public int getID()
public IlvApplication getApplication()
public IlvPluginException getException()
PLUGIN_EXCEPTION_THROWN
, this
method returns a non null exception. Otherwise, this method
returns null
.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.