MoulConfig
Toggle table of contents
4.7.2+bd7b9aa
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.observer
/
BaseObservable
Base
Observable
abstract
class
BaseObservable
<
T
>
:
Observable
<
T
>
(
source
)
Base class for an
Observable
which takes care of the observer saving
Inheritors
Property
MapObservable
Members
Constructors
Base
Observable
Link copied to clipboard
constructor
(
)
Functions
add
Observer
Link copied to clipboard
open
fun
addObserver
(
observer
:
Observer
<
T
>
)
Add a new observer which is interested in updates about this value