C# Class KNFoundation.KNKVC.KNKVOObservationInfo

Inheritance: KNKVOObserver, IDisposable
Datei anzeigen Open project: bt-browser/KNFoundation Class Usage Examples

Private Properties

Property Type Description
fireObservation void

Public Methods

Method Description
Dispose ( ) : void
KNKVOObservationInfo ( String aKey, KNKeyValueObservingOptions someOptions, KNKVOObserver anObserver, Object anObservedObject, Object aContext ) : System
ObserveValueForKeyPathOfObject ( string keyPath, object obj, object>.Dictionary change, object context ) : void
valueDidChange ( ) : void
valueWillChange ( ) : void

Private Methods

Method Description
fireObservation ( Object newValue, Object oldValue, System.Boolean isPrior ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KNKVOObservationInfo() public method

public KNKVOObservationInfo ( String aKey, KNKeyValueObservingOptions someOptions, KNKVOObserver anObserver, Object anObservedObject, Object aContext ) : System
aKey String
someOptions KNKeyValueObservingOptions
anObserver KNKVOObserver
anObservedObject Object
aContext Object
return System

ObserveValueForKeyPathOfObject() public method

public ObserveValueForKeyPathOfObject ( string keyPath, object obj, object>.Dictionary change, object context ) : void
keyPath string
obj object
change object>.Dictionary
context object
return void

valueDidChange() public method

public valueDidChange ( ) : void
return void

valueWillChange() public method

public valueWillChange ( ) : void
return void