JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.deephaven.web.client.api
Interface Callback<T,
F>
public interface
Callback<T,
F>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
F
error)
void
onSuccess
(
T
value)
Method Details
onSuccess
void
onSuccess
(
T
value)
onFailure
void
onFailure
(
F
error)