public class PluginEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PLUGIN_INSTALLED |
static int |
PLUGIN_POOL_CHANGED |
static int |
PLUGIN_UNINSTALLED |
Constructor and Description |
---|
PluginEvent(Plugin plugin,
int nType)
Creates a new instance of PluginEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Returns the EventType
|
Plugin |
getPlugin()
Returns the Plugin
|
public static final int PLUGIN_INSTALLED
public static final int PLUGIN_UNINSTALLED
public static final int PLUGIN_POOL_CHANGED
public PluginEvent(Plugin plugin, int nType)
plugin
- The pluginnType
- The event typepublic int getEventType()
public Plugin getPlugin()
Copyright © 2020 City of Paris. All rights reserved.