public final class XpathEvent extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
XpathEvent(DDBean bean,
Object type)
Create a new XpathEvent
|
Modifier and Type | Method and Description |
---|---|
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
|
public static final Object BEAN_ADDED
public static final Object BEAN_REMOVED
public static final Object BEAN_CHANGED
public PropertyChangeEvent getChangeEvent()
public void setChangeEvent(PropertyChangeEvent propertyChangeEvent)
propertyChangeEvent
- the property change eventpublic DDBean getBean()
public boolean isAddEvent()
public boolean isRemoveEvent()
public boolean isChangeEvent()
Copyright © 2018 JBoss by Red Hat. All rights reserved.