clojure.browser.event

since v0.0-927

all-listeners - function
(all-listeners obj type capture)

dispatch-event - function
(dispatch-event src event)

expose - function
(expose e)

fire-listeners - function
(fire-listeners obj type capture event)

get-listener - function
(get-listener src type listener opt_capt opt_handler)

has-listener - function
(has-listener obj opt_type opt_capture)

listen - function
(listen src type fn)
(listen src type fn capture?)

listen-once - function
(listen-once src type fn)
(listen-once src type fn capture?)

remove-all - function
(remove-all opt_obj opt_type opt_capt)

total-listener-count - function
(total-listener-count)

unique-event-id - function
(unique-event-id event-type)

unlisten - function
(unlisten src type fn)
(unlisten src type fn capture?)

unlisten-by-key - function
(unlisten-by-key key)

Types and Protocols

IEventType - protocol