|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(CollectionProxy colProxy)
this callback is invoked after a CollectionProxy is loaded |
void |
beforeLoading(CollectionProxy colProxy)
this callback is invoked before a CollectionProxy is loaded |
Method Detail |
public void beforeLoading(CollectionProxy colProxy)
colProxy
- the CollectionProxypublic void afterLoading(CollectionProxy colProxy)
colProxy
- the CollectionProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |