Uses of Class
org.robovm.apple.foundation.NSKeyValueChange
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSKeyValueChange in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSKeyValueChange Modifier and Type Method Description NSKeyValueChangeNSKeyValueChangeInfo. getKind()static NSKeyValueChangeNSKeyValueChange. valueOf(long n)Returns the enum constant of this type with the specified name.static NSKeyValueChangeNSKeyValueChange. valueOf(String name)Returns the enum constant of this type with the specified name.static NSKeyValueChange[]NSKeyValueChange. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSKeyValueChange Modifier and Type Method Description voidNSObject. didChangeValues(String key, NSKeyValueChange changeKind, NSIndexSet indexes)voidNSObject. willChangeValues(String key, NSKeyValueChange changeKind, NSIndexSet indexes)