org.apache.ojb.broker.accesslayer
Interface CollectionProxyListener

All Known Implementing Classes:
QueryReferenceBroker.PBCollectionProxyListener

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.

Version:
$Id: CollectionProxyListener.java,v 1.2 2003/10/25 23:59:26 olegnitz Exp $
Author:
Oleg Nitz

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

beforeLoading

public void beforeLoading(CollectionProxy colProxy)
this callback is invoked before a CollectionProxy is loaded

Parameters:
colProxy - the CollectionProxy

afterLoading

public void afterLoading(CollectionProxy colProxy)
this callback is invoked after a CollectionProxy is loaded

Parameters:
colProxy - the CollectionProxy


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14