T - The type of callback.public interface Task<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(T callback)
Executes this task.
|
void execute(T callback)
callback - to report result toCopyright © 2015 Square, Inc.. All Rights Reserved.