onInput<TInput extends Object> abstract method

void onInput<TInput extends Object>(
  1. InputCallback<TInput> handler
)

Registers a handler to be invoked whenever an input of type TInput is received.

Implementation

void onInput<TInput extends Object>(InputCallback<TInput> handler);