V - The type of the operations result.public interface Callback<V>
void callback(V result)
result - The result of the operation.void exception(Throwable thrown)
thrown - The thrown exception.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.