C# Class KNFoundation.KNKVC.KNKVOKeyPathObserver

Inheritance: KNKVOObserver, IDisposable
显示文件 Open project: bt-browser/KNFoundation Class Usage Examples

Private Properties

Property Type Description
ResetObservationTree void

Public Methods

Method Description
Dispose ( ) : void
KNKVOKeyPathObserver ( Object aBaseObject, String aKeyPath, KNKVOObserver anObserver, KNKeyValueObservingOptions someOptions, Object aContext ) : System
ObserveValueForKeyPathOfObject ( String aKeyPath, Object anObj, Object>.Dictionary change, Object aContext ) : void

Private Methods

Method Description
ResetObservationTree ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KNKVOKeyPathObserver() public method

public KNKVOKeyPathObserver ( Object aBaseObject, String aKeyPath, KNKVOObserver anObserver, KNKeyValueObservingOptions someOptions, Object aContext ) : System
aBaseObject Object
aKeyPath String
anObserver KNKVOObserver
someOptions KNKeyValueObservingOptions
aContext Object
return System

ObserveValueForKeyPathOfObject() public method

public ObserveValueForKeyPathOfObject ( String aKeyPath, Object anObj, Object>.Dictionary change, Object aContext ) : void
aKeyPath String
anObj Object
change Object>.Dictionary
aContext Object
return void