|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationActionEvent
The ConfigurationActionEvent class represents
Configuration event.
| Field Summary | |
|---|---|
static int |
ADDED
Add new configuration. |
static int |
DELETED
Delete configuration. |
static int |
MODIFIED
Modify configuration. |
| Method Summary | |
|---|---|
String |
getComponentName()
Returns component name. |
String |
getConfigurationName()
Returns configuration name. |
String |
getRealm()
Returns realm name. |
int |
getType()
Returns the type of this event. |
| Field Detail |
|---|
static final int ADDED
static final int DELETED
static final int MODIFIED
| Method Detail |
|---|
int getType()
ADDED,
DELETED and
MODIFIED
String getConfigurationName()
String getComponentName()
String getRealm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||