getCallback method
T
getCallback()
Returns the callback associated with the binding.
Implementation
T getCallback() {
return this.callback;
}
Returns the callback associated with the binding.
T getCallback() {
return this.callback;
}