public interface ActionListener<RES>
abstract void
success(RES response)
failure(String reason)
exception(Exception e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void success(RES response)
abstract void failure(String reason)
abstract void exception(Exception e)