|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.appframe.plugin.PluginEvent
public class PluginEvent
The plug-in event emitted by the plug-in manager when a plug-in event occurs.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||