public interface Callback<T extends Object>
abstract Unit
onSuccess(T t)
onFailure(String message, Integer code)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onSuccess(T t)
abstract Unit onFailure(String message, Integer code)