public interface ElementDelegateInterceptor extends Interceptor
ElementDelegateInterceptor
is designed to intercept
java.beans.DefaultPersistenceDelegate#initialize method.DataBoxOutputSetting.setElementDelegateInterceptor(ElementDelegateInterceptor)
,
XMLEncoder
,
XMLDecoder
,
DefaultPersistenceDelegate
Modifier and Type | Method and Description |
---|---|
void |
afterInitialize(java.beans.Encoder out,
Element element,
Element newElement)
Invoked after calling delegate's initialize method.
|
void |
beforeInitialize(java.beans.Encoder out,
Element element,
Element newElement)
Invoked before calling delegate's initialize method.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.