V
- The type of the operation's result.public interface Callback<V>
For a lambda friendly version of this interface see LambdaCallback
.
void callback(V result)
result
- The result of the operation.void exception(Throwable thrown)
thrown
- The thrown exception.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.