toggle menu
lib
common
switch theme
search in API
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.engine.events
/
EventBus
Event
Bus
interface
EventBus
Inheritors
EventBusImpl
Members
Types
Event
Link copied to clipboard
sealed
interface
Event
Properties
events
Link copied to clipboard
abstract
val
events
:
Flow
<
EventBus.Event
>
Functions
send
Link copied to clipboard
abstract
fun
send
(
event
:
EventBus.Event
)