Module cfx_core::events[][src]

Structs

Event

Same as Event but without clone and allocations (for set_event_handler).

EventOwned
HandlerFn
RawEvent

A raw event contains bytes from the emitters.

RawEventRef

Enums

EventScope

Traits

Handler

Functions

emit

Emits a local event.

handler_fn
set_event_handler
set_event_handler_closure

Sets an event handler.

subscribe

Subscribes on an event with the given name.

subscribe_raw

Same as subscribe but returns RawEvent.