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 Details

    • getCallbacks

      Callbacks<BeanType> getCallbacks()
      Returns an implementation of the Callbacks interface.
      Returns:
      a callbacks instance
      Since:
      1.0