public interface IBooleanCallback
The Boolean type callback.
abstract void
onSuccess()
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess()
On success.
abstract void onError(String code, String error)
On error.
code
error