C# Class android.database.ContentObservable

Inheritance: android.database.Observable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
dispatchChange ( bool arg0 ) : void
notifyChange ( bool arg0 ) : void
registerObserver ( android arg0 ) : void

Méthodes protégées

Méthode Description
ContentObservable ( global @__env )

Private Methods

Méthode Description
ContentObservable ( )

Method Details

ContentObservable() protected méthode

protected ContentObservable ( global @__env )
@__env global

dispatchChange() public méthode

public dispatchChange ( bool arg0 ) : void
arg0 bool
Résultat void

notifyChange() public méthode

public notifyChange ( bool arg0 ) : void
arg0 bool
Résultat void

registerObserver() public méthode

public registerObserver ( android arg0 ) : void
arg0 android
Résultat void