public final class XpathEvent extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static Object | BEAN_ADDEDAdding a DDBean | 
| static Object | BEAN_CHANGEDChanging a DDBean | 
| static Object | BEAN_REMOVEDRemoving 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-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.