onOutput<TOutput extends Object> abstract method
Registers a handler to be invoked whenever an output of type TOutput
is produced.
Implementation
void onOutput<TOutput extends Object>(OutputCallback<TOutput> handler);