public interface Callback<T>
void success(JobInfo info, T result)
info
- the job inforesult
- the job resultvoid error(JobInfo info, java.lang.Exception exception)
info
- the job infoexception
- the thrown exceptionCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.