| Constructor and Description |
|---|
OnSuccessAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Promise<T> promise)
Performs an action on the promise.
|
void |
cancel()
Cleans any resources required by the action.
|
abstract void |
onSuccess(T value) |