public class Registrant extends Object
Constructor and Description |
---|
Registrant(Handler h,
int what,
Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Handler |
getHandler() |
Message |
messageForRegistrant()
NOTE: May return null if weak reference has been collected
|
void |
notifyException(Throwable exception) |
void |
notifyRegistrant() |
void |
notifyRegistrant(AsyncResult ar)
This makes a copy of @param ar
|
void |
notifyResult(Object result) |
public void clear()
public void notifyRegistrant()
public void notifyResult(Object result)
public void notifyException(Throwable exception)
public void notifyRegistrant(AsyncResult ar)
public Message messageForRegistrant()
public Handler getHandler()