|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.enterprise.deploy.model.XpathEvent
public final class XpathEvent
An event describing ConfigBeans added/changed/removed from a configuration
| Field Summary | |
|---|---|
static Object |
BEAN_ADDED
A bean is added |
static Object |
BEAN_CHANGED
A bean is changed |
static Object |
BEAN_REMOVED
A bean is removed |
| Constructor Summary | |
|---|---|
XpathEvent(DDBean bean,
Object type)
Create a new XpathEvent |
|
| Method Summary | |
|---|---|
DDBean |
getBean()
Get the DDBean |
PropertyChangeEvent |
getChangeEvent()
Get the property change event |
boolean |
isAddEvent()
Is it an add event |
boolean |
isChangeEvent()
Is it a change event |
boolean |
isRemoveEvent()
Is it a remove event |
void |
setChangeEvent(PropertyChangeEvent propertyChangeEvent)
Set the property change event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Object BEAN_ADDED
public static final Object BEAN_REMOVED
public static final Object BEAN_CHANGED
| Constructor Detail |
|---|
public XpathEvent(DDBean bean,
Object type)
bean - the beantype - the event type| Method Detail |
|---|
public PropertyChangeEvent getChangeEvent()
public void setChangeEvent(PropertyChangeEvent propertyChangeEvent)
propertyChangeEvent - the property change eventpublic DDBean getBean()
public boolean isAddEvent()
public boolean isRemoveEvent()
public boolean isChangeEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||