|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionProxyListener
This is a callback interface that allows interaction with the loading process of the CollectionProxy The OTM layer implements this interface to provide a delayed registration mechanism for ColelctionProxies.
Method Summary | |
---|---|
void |
afterLoading(CollectionProxyDefaultImpl colProxy)
this callback is invoked after a CollectionProxy is loaded |
void |
beforeLoading(CollectionProxyDefaultImpl colProxy)
this callback is invoked before a CollectionProxy is loaded |
Method Detail |
---|
void beforeLoading(CollectionProxyDefaultImpl colProxy)
colProxy
- the CollectionProxyvoid afterLoading(CollectionProxyDefaultImpl colProxy)
colProxy
- the CollectionProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |