C# Class android.os.HandlerThread

Inheritance: java.lang.Thread
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
HandlerThread ( java arg0 )
HandlerThread ( java arg0, int arg1 )
getLooper ( ) : global::android.os.Looper
getThreadId ( ) : int
quit ( ) : bool
run ( ) : void

Méthodes protégées

Méthode Description
HandlerThread ( global @__env )
onLooperPrepared ( ) : void

Private Methods

Méthode Description
HandlerThread ( )

Method Details

HandlerThread() protected méthode

protected HandlerThread ( global @__env )
@__env global

HandlerThread() public méthode

public HandlerThread ( java arg0 )
arg0 java

HandlerThread() public méthode

public HandlerThread ( java arg0, int arg1 )
arg0 java
arg1 int

getLooper() public méthode

public getLooper ( ) : global::android.os.Looper
Résultat global::android.os.Looper

getThreadId() public méthode

public getThreadId ( ) : int
Résultat int

onLooperPrepared() protected méthode

protected onLooperPrepared ( ) : void
Résultat void

quit() public méthode

public quit ( ) : bool
Résultat bool

run() public méthode

public run ( ) : void
Résultat void