EventQueue

expect object EventQueue

Defines methods to working with Events queue.

actual object EventQueue

Defines methods to working with Events queue.

actual object EventQueue

Defines methods to working with Events queue.

Functions

Link copied to clipboard
expect fun emitBreakEvent()

Puts the break event on the events queue. You can use it to break the EventQueue.waitEvent.

actual fun emitBreakEvent()

Puts the break event on the events queue. You can use it to break the EventQueue.waitEvent.

actual external fun emitBreakEvent()

Puts the break event on the events queue. You can use it to break the EventQueue.waitEvent.

Link copied to clipboard
expect fun getEvent(): Event<*>?

Gets the first event from the events queue.

actual fun getEvent(): Event<*>?

Gets the first event from the events queue.

actual external fun getEvent(): Event<*>?

Gets the first event from the events queue.

Link copied to clipboard
expect fun waitEvent(): Event<*>

Waits for event on current thread.

actual fun waitEvent(): Event<*>

Waits for event on current thread.

actual external fun waitEvent(): Event<*>

Waits for event on current thread.