org.apache.ojb.broker.core.proxy
Interface CollectionProxyListener

All Known Implementing Classes:
TransactionImpl

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.1 2004/04/09 13:22:29 tomdz Exp $
Author:
Oleg Nitz

Method Summary
 void afterLoading(CollectionProxyDefaultImpl colProxy)
          this callback is invoked after a CollectionProxy is loaded
 void beforeLoading(CollectionProxyDefaultImpl colProxy)
          this callback is invoked before a CollectionProxy is loaded
 

Method Detail

beforeLoading

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

Parameters:
colProxy - the CollectionProxy

afterLoading

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

Parameters:
colProxy - the CollectionProxy


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2