Type - - The type of object / signal to be sent on successpublic interface SuccessHandler<Type>
| Modifier and Type | Field and Description |
|---|---|
static SuccessHandler |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(Type t)
Called when an asynchronous process successfully returns.
|
static final SuccessHandler NO_OP
void onSuccess(Type t)
t - - An object to process on success.Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.