C# Class android.database.AbstractCursor.SelfContentObserver

Inheritance: android.database.ContentObserver
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
SelfContentObserver ( android arg0 )
deliverSelfNotifications ( ) : bool
onChange ( bool arg0 ) : void

Protected Methods

Method Description
SelfContentObserver ( global @__env )

Private Methods

Method Description
SelfContentObserver ( )

Method Details

SelfContentObserver() public method

public SelfContentObserver ( android arg0 )
arg0 android

SelfContentObserver() protected method

protected SelfContentObserver ( global @__env )
@__env global

deliverSelfNotifications() public method

public deliverSelfNotifications ( ) : bool
return bool

onChange() public method

public onChange ( bool arg0 ) : void
arg0 bool
return void