public abstract class PromiseCallback<T> extends Object
PromiseCallback()
abstract void
onComplete(T value, Throwable error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PromiseCallback()
public abstract void onComplete(T value, Throwable error)
Copyright © 2005–2018. All rights reserved.