Module Ui_event.Expert
val handle : t -> unit
handle t
looks up theHandler.handle
function in the table ofDefine
d functions, unwraps theEvent.t
back into its underlyingAction.t
, and applies the two. This is only intended for internal use by this library, specifically by the attribute code.
val handlers : (t -> unit) Core_kernel.Int.Table.t