EventHandlerMapping class
Constructors
Properties
Methods
-
clear(
) → void -
getHandlers<
TEvent> () → List< EventHandler< ?TEvent> > -
getHandlersByType<
TEvent> (Type eventType) → List< EventHandler< ?TEvent> > -
hasHandler<
TEvent> () → bool -
merge(
EventHandlerMapping other) → EventHandlerMapping -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register<
TEvent> (Provider< List< handlerProviders, Ref<EventHandler< >TEvent> >Object?> ref) → EventHandlerMapping -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited