onOutput<TOutput extends Object> abstract method

void onOutput<TOutput extends Object>(
  1. OutputCallback<TOutput> handler
)

Registers a handler to be invoked whenever an output of type TOutput is produced.

Implementation

void onOutput<TOutput extends Object>(OutputCallback<TOutput> handler);