public final class XpathEvent extends Object
Modifier and Type | Field and Description |
---|---|
static Object |
BEAN_ADDED
Adding a DDBean
|
static Object |
BEAN_CHANGED
Changing a DDBean
|
static Object |
BEAN_REMOVED
Removing a DDBean
|
Constructor and Description |
---|
XpathEvent(DDBean bean,
Object typ)
A description of a change in the ConfigBean tree.
|
Modifier and Type | Method and Description |
---|---|
DDBean |
getBean()
The bean being added/removed/changed.
|
PropertyChangeEvent |
getChangeEvent() |
boolean |
isAddEvent()
Is this an add event?
|
boolean |
isChangeEvent()
Is this a change event?
|
boolean |
isRemoveEvent()
Is this a remove event?
|
void |
setChangeEvent(PropertyChangeEvent pce) |
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 pce)
public DDBean getBean()
public boolean isAddEvent()
public boolean isRemoveEvent()
public boolean isChangeEvent()
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.