public class OnDeleteCascade extends Object implements ConfigBeanInterceptor<Object>
class ExampleDocument extends DomDocument { | Constructor and Description |
|---|
OnDeleteCascade() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChange(PropertyChangeEvent evt,
long timestamp)
Notification that an attribute has changed
|
void |
beforeChange(PropertyChangeEvent evt)
Notification that an attribute is about to be changed
|
Object |
getConfiguration()
Interceptor can usually be configured, allowing for customizing how
the interceptor should behave or do.
|
void |
readValue(ConfigBean source,
String xmlName,
Object value)
Notification of an attribute read
|
public Object getConfiguration()
ConfigBeanInterceptorgetConfiguration in interface ConfigBeanInterceptor<Object>public void beforeChange(PropertyChangeEvent evt) throws PropertyVetoException
ConfigBeanInterceptorbeforeChange in interface ConfigBeanInterceptor<Object>evt - information about the forthcoming changePropertyVetoException - if the change is unacceptablepublic void afterChange(PropertyChangeEvent evt, long timestamp)
ConfigBeanInterceptorafterChange in interface ConfigBeanInterceptor<Object>evt - information about the changetimestamp - time of the changepublic void readValue(ConfigBean source, String xmlName, Object value)
ConfigBeanInterceptorreadValue in interface ConfigBeanInterceptor<Object>source - object owning the attributexmlName - name of the attributevalue - value of the attributeCopyright © 2009–2014 Oracle Corporation. All rights reserved.