JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.flasby.util
Interface Callback<T>
public interface
Callback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
Exception
ex)
void
onSuccess
(
T
value)
Method Details
onSuccess
void
onSuccess
(
T
value)
onFailure
void
onFailure
(
Exception
ex)