C# Class KNFoundation.KNKVC.KNKVOKeyPathObserver

Inheritance: KNKVOObserver, IDisposable
Afficher le fichier Open project: bt-browser/KNFoundation Class Usage Examples

Private Properties

Свойство Type Description
ResetObservationTree void

Méthodes publiques

Méthode 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

Méthode Description
ResetObservationTree ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KNKVOKeyPathObserver() public méthode

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

ObserveValueForKeyPathOfObject() public méthode

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