EventListener

object EventListener extends EventListenerF[Sync]
class EventListenerF[Sync]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[E <: Event]: OfEventType[Sync, E]
Inherited from:
EventListenerF
def install[G[_], P, C <: Children, S, B <: OnUnmountF[Sync], U <: UpdateSnapshot](eventType: String, listener: MountedPure[P, S, B] => G[Unit], target: MountedImpure[P, S, B] => EventTarget, useCapture: Boolean)(implicit F: Dispatch[Sync], G: Dispatch[G]): (P, C, S, B, U) => U

See OfEventType.install().

See OfEventType.install().

Inherited from:
EventListenerF
def install_[G[_], P, C <: Children, S, B <: OnUnmountF[Sync], U <: UpdateSnapshot](eventType: String, listener: G[Unit], target: => EventTarget, useCapture: Boolean)(implicit F: Dispatch[Sync], G: Dispatch[G]): (P, C, S, B, U) => U

See OfEventType.install().

See OfEventType.install().

Inherited from:
EventListenerF