onInvoke property

  1. @protected
OnInvokeCallback<T> onInvoke
final

The callback to be called when invoked.

This is effectively the implementation of invoke.

Implementation

@protected
final OnInvokeCallback<T> onInvoke;