invoke abstract method

void invoke(
  1. CallbackInputType input
)

Invokes all registered callbacks with the given input.

All registered callbacks will receive the same input value.

Implementation

void invoke(CallbackInputType input);