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.cobrowse
Interface Callback<E extends
Error
,
T>
public interface
Callback<E extends
Error
,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
call
(
E
err,
T
arg)
Method Details
call
@UiThread
void
call
(@Nullable
E
err, @Nullable
T
arg)