|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionProxy
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 |
---|
void addListener(CollectionProxyListener listener)
listener
- The listener to addvoid removeListener(CollectionProxyListener listener)
listener
- The listener to removeboolean isLoaded()
true
if the data is already loaded
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |