Module cfx::events[][src]

Structs

Event

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

HandlerFn
RawEvent

A raw event contains bytes from the emitters.

Enums

EventScope

Traits

Handler

Functions

emit

Emits a local event.

emit_to_client
emit_to_server
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.