public class ModuleListEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected int |
action |
protected java.lang.String |
modname |
static int |
MODULE_ADDED |
static int |
MODULE_REMOVED |
protected java.lang.String |
shortname |
| Constructor and Description |
|---|
ModuleListEvent(int type,
java.lang.String mname) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
java.lang.String |
getModuleName() |
public static final int MODULE_ADDED
public static final int MODULE_REMOVED
protected java.lang.String modname
protected java.lang.String shortname
protected int action