createHandler abstract method
Creates the EventHandler for this builder based on the parent handler
.
Implementation
@protected
@mustBeOverridden
EventHandler<TInput> createHandler(EventHandler<TOutput> handler);
Creates the EventHandler for this builder based on the parent handler
.
@protected
@mustBeOverridden
EventHandler<TInput> createHandler(EventHandler<TOutput> handler);