public interface Callback<R extends Object>
Communicates the result of an asynchronous operation. onResult is invoked exactly once per operation.
abstract Unit
onResult(R result)
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onResult(R result)