android.os
Class Registrant
java.lang.Object
android.os.Registrant
public class Registrant
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refH
WeakReference refH
what
int what
userObj
Object userObj
Registrant
public Registrant(Handler h,
int what,
Object obj)
clear
public void clear()
notifyRegistrant
public void notifyRegistrant()
notifyResult
public void notifyResult(Object result)
notifyException
public void notifyException(Throwable exception)
notifyRegistrant
public void notifyRegistrant(AsyncResult ar)
- This makes a copy of @param ar
internalNotifyRegistrant
void internalNotifyRegistrant(Object result,
Throwable exception)
messageForRegistrant
public Message messageForRegistrant()
- NOTE: May return null if weak reference has been collected
getHandler
public Handler getHandler()
Please submit a feedback, bug or feature