Class AbstractCallbacks<BeanType>

java.lang.Object
rife.database.querymanagers.generic.AbstractCallbacks<BeanType>
All Implemented Interfaces:
Callbacks<BeanType>

public abstract class AbstractCallbacks<BeanType> extends Object implements Callbacks<BeanType>
Abstract convenience class that provides a positive no-op implementation of all the methods of the Callbacks interface.
Since:
1.0
See Also: