EventBus

interface EventBus

Registers listeners and dispatches events.

Functions

Link copied to clipboard
abstract fun post(event: Event)
Link copied to clipboard
abstract fun register(listener: Any)
Link copied to clipboard
abstract fun unregister(listener: Any)