com.uwyn.rife.database.querymanagers.generic
Interface CallbacksProvider<BeanType>
public interface CallbacksProvider<BeanType>
Callbacks can either be implemented directly by implementing the Callbacks interface, or they
can be provided by implementing this interface.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
Callbacks
getCallbacks
Callbacks<BeanType> getCallbacks()
- Returns an implementation of the
Callbacks interface.
- Returns:
- a callbacks instance
- Since:
- 1.0
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.