C# Class android.database.AbstractCursor.SelfContentObserver

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

Méthodes publiques

Méthode Description
SelfContentObserver ( android arg0 )
deliverSelfNotifications ( ) : bool
onChange ( bool arg0 ) : void

Méthodes protégées

Méthode Description
SelfContentObserver ( global @__env )

Private Methods

Méthode Description
SelfContentObserver ( )

Method Details

SelfContentObserver() public méthode

public SelfContentObserver ( android arg0 )
arg0 android

SelfContentObserver() protected méthode

protected SelfContentObserver ( global @__env )
@__env global

deliverSelfNotifications() public méthode

public deliverSelfNotifications ( ) : bool
Résultat bool

onChange() public méthode

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