org.codeartisans.java.toolbox.async
Class ErrorCallbackAdapter<E extends Throwable>

java.lang.Object
  extended by org.codeartisans.java.toolbox.async.ErrorCallbackAdapter<E>
All Implemented Interfaces:
CallbackWithE<Void,E>

public abstract class ErrorCallbackAdapter<E extends Throwable>
extends Object
implements CallbackWithE<Void,E>


Constructor Summary
ErrorCallbackAdapter()
           
 
Method Summary
 void onSuccess(Void value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codeartisans.java.toolbox.async.CallbackWithE
onError
 

Constructor Detail

ErrorCallbackAdapter

public ErrorCallbackAdapter()
Method Detail

onSuccess

public final void onSuccess(Void value)
Specified by:
onSuccess in interface CallbackWithE<Void,E extends Throwable>


Copyright © 2010. All Rights Reserved.