|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.config.ConfigurationManagementEvent
public class ConfigurationManagementEvent
Event object used to notify ConfigurationManagementListener
instances about changes in the configuration data.
| Field Summary | |
|---|---|
static int |
ADDED
Identifies that data has been added to the configuration subsystem. |
static int |
DELETED
Identifies that data has been removed from the configuration subsystem. |
static int |
UPDATED
Identifies that data has been updated in the configuration subsystem. |
| Constructor Summary | |
|---|---|
ConfigurationManagementEvent(int type)
Create a event for a specific type of configuration chage. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns the type of event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ADDED
public static final int DELETED
public static final int UPDATED
| Constructor Detail |
|---|
public ConfigurationManagementEvent(int type)
type - | Method Detail |
|---|
public int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||