|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which Collection proxies need to implement to be treated like collection proxies in ODMG.
Presently the collection proxy impl class can be plugged in and not implement this interface, but those implementations will *not* be treated as proxies by OJB
Method Summary | |
void |
addListener(CollectionProxyListener listener)
Adds a listener to this collection. |
boolean |
isLoaded()
Determines whether the collection data already has been loaded from the database. |
void |
removeListener(CollectionProxyListener listener)
Removes the given listener from this collecton. |
Method Detail |
public void addListener(CollectionProxyListener listener)
listener
- The listener to addpublic void removeListener(CollectionProxyListener listener)
listener
- The listener to removepublic boolean isLoaded()
true
if the data is already loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |