Package apple.foundation.enums
Class NSKeyValueChange
- java.lang.Object
-
- apple.foundation.enums.NSKeyValueChange
-
public final class NSKeyValueChange extends java.lang.ObjectPossible values in the NSKeyValueChangeKindKey entry in change dictionaries. See the comments for -observeValueForKeyPath:ofObject:change:context: for more information.
-
-
Field Summary
Fields Modifier and Type Field Description static longInsertionstatic longRemovalstatic longReplacementstatic longSetting
-
-
-
Field Detail
-
Setting
public static final long Setting
- See Also:
- Constant Field Values
-
Insertion
public static final long Insertion
- See Also:
- Constant Field Values
-
Removal
public static final long Removal
- See Also:
- Constant Field Values
-
Replacement
public static final long Replacement
- See Also:
- Constant Field Values
-
-