kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.model.observable
/
Observer
Observer
interface
Observer
<
N
:
Node
>
Members
Functions
receive
Property
Added
Notification
Link copied to clipboard
open
fun
receivePropertyAddedNotification
(
node
:
N
,
propertyName
:
String
,
added
:
Any
?
)
receive
Property
Change
Notification
Link copied to clipboard
open
fun
receivePropertyChangeNotification
(
node
:
N
,
propertyName
:
String
,
oldValue
:
Any
?
,
newValue
:
Any
?
)
receive
Property
Removed
Notification
Link copied to clipboard
open
fun
receivePropertyRemovedNotification
(
node
:
N
,
propertyName
:
String
,
removed
:
Any
?
)