toggle menu
flatInvoker
android
common
ios
js
jvm
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.framework
/
ControllerEventObserver
Controller
Event
Observer
android
common
ios
js
jvm
actual
interface
ControllerEventObserver
:
LifecycleEventObserver
expect
sealed
interface
ControllerEventObserver
Inheritors
Component
actual
interface
ControllerEventObserver
actual
interface
ControllerEventObserver
actual
interface
ControllerEventObserver
Members
Functions
handle
Link copied to clipboard
android
common
ios
js
jvm
actual
abstract
fun
handle
(
event
:
ControllerEvent
)
expect
abstract
fun
handle
(
event
:
ControllerEvent
)
actual
abstract
fun
handle
(
event
:
ControllerEvent
)
actual
abstract
fun
handle
(
event
:
ControllerEvent
)
actual
abstract
fun
handle
(
event
:
ControllerEvent
)
on
State
Changed
Link copied to clipboard
android
open
override
fun
onStateChanged
(
source
:
LifecycleOwner
,
event
:
Lifecycle.Event
)