getCallback method

T getCallback()

Returns the callback associated with the binding.

Implementation

T getCallback() {
  return this.callback;
}