toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
model-server
/
org.modelix.model.server.store
/
ChangeNotifier
Change
Notifier
class
ChangeNotifier
(
val
store
:
IsolatingStore
)
Members
Constructors
Change
Notifier
Link copied to clipboard
constructor
(
store
:
IsolatingStore
)
Properties
store
Link copied to clipboard
val
store
:
IsolatingStore
Functions
add
Listener
Link copied to clipboard
@
Synchronized
fun
addListener
(
key
:
ObjectInRepository
,
listener
:
IGenericKeyListener
<
ObjectInRepository
>
)
notify
Listeners
Link copied to clipboard
@
Synchronized
fun
notifyListeners
(
key
:
ObjectInRepository
)
remove
Listener
Link copied to clipboard
@
Synchronized
fun
removeListener
(
key
:
ObjectInRepository
,
listener
:
IGenericKeyListener
<
ObjectInRepository
>
)