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
- See Also:
-
Method Summary
-
Method Details
-
getCallbacks
Returns an implementation of theCallbacks
interface.- Returns:
- a callbacks instance
- Since:
- 1.0
-