public interface CollectionProxy
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
Modifier and Type | Method and Description |
---|---|
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.
|
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(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30