Binding4Watcher
Extends EventEmitter
Represents an active connection watching a source binding point for changes/invocations
Returned from the watch method.
Table of Contents
- Methods
- Properties
- Events
Methods
unwatch
()
Stops monitoring this binding source
Properties
bindableId
String
Returns the id of the bindable object being listened to
bindableParams
Object
Returns the parameters of the bindable object
bindingPointId
String
Returns the id of the binding point being listened to
bindingPointParams
Object
Returns the parameters of the binding point object
value
Object
Returns the last received value for the source binding point
Events
invoked
Fired when the source binding point is triggered
Event Payload:
-
value
ObjectThe value supplied from the source binding
-
source
Binding4WatcherThis object