invoke abstract method
void
invoke(
- CallbackInputType input
Invokes all registered callbacks with the given input.
All registered callbacks will receive the same input value.
Implementation
void invoke(CallbackInputType input);