Gets an EventStream for this event type, on the specified target
.
Source
EventStream<T> forTarget(EventDispatcher target) => target.on(eventType);
Gets an EventStream for this event type, on the specified target
.
EventStream<T> forTarget(EventDispatcher target) => target.on(eventType);