|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanger.util.AsyncResult
public class AsyncResult
| Field Summary | |
|---|---|
Throwable |
mError
|
Object |
mResult
|
Object |
mUserArg
|
| Constructor Summary | |
|---|---|
AsyncResult(Object userArg,
Object result,
Throwable error)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Object mUserArg
public Object mResult
public Throwable mError
| Constructor Detail |
|---|
public AsyncResult(Object userArg,
Object result,
Throwable error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||