(handle event-v)
Given an event vector event-v
, look up the associated interceptor chain, and execute it.
Given an event vector `event-v`, look up the associated interceptor chain, and execute it.
(register id interceptors)
Associate the given event id
with the given collection of interceptors
.
interceptors
may contain nested collections and there may be nils
at any level,so process this structure into a simple, nil-less vector
before registration.
Typically, an event handler
will be at the end of the chain (wrapped
in an interceptor).
Associate the given event `id` with the given collection of `interceptors`. `interceptors` may contain nested collections and there may be nils at any level,so process this structure into a simple, nil-less vector before registration. Typically, an `event handler` will be at the end of the chain (wrapped in an interceptor).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |