Uses of Interface
org.robovm.apple.foundation.NSObject.NSKeyValueObserver
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSObject.NSKeyValueObserver in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type NSObject.NSKeyValueObserver Modifier and Type Method Description voidNSObject. addKeyValueObserver(String keyPath, NSObject.NSKeyValueObserver observer)Add a new observer to listen for value changes of the specified key path.voidNSObject. addKeyValueObserver(String keyPath, NSObject.NSKeyValueObserver observer, NSKeyValueObservingOptions options)Add a new observer to listen for value changes of the specified key path.voidNSObject. removeKeyValueObserver(String keyPath, NSObject.NSKeyValueObserver observer)Remove the key value observer from observing value changes to keyPath.