public class PluginsEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_REGISTER
Fired when a plugin is registered.
|
static int |
TYPE_SETNUMBER
Fired when the number of plugins is set.
|
Constructor and Description |
---|
PluginsEvent(int type)
Create a PluginsEvent.
|
PluginsEvent(int type,
java.lang.String pluginsName)
Create a PluginsEvent.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPluginsName()
Return the Plugin responsible for the event.
|
int |
getType()
Return the event type.
|
public static int TYPE_SETNUMBER
public static int TYPE_REGISTER
getPluginsName()
name is null.