Uses of Class
com.jniwrapper.macosx.cocoa.nskeyvalueobserving.NSKeyValueChange

Packages that use NSKeyValueChange
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSKeyValueChange in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSKeyValueChange
 void NSObject.willChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the willChange() method of the NSObject Objective-C class.
 void NSObject.didChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the didChange() method of the NSObject Objective-C class.