JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.reactivex.remote
Interface RemoteDataListener<T>
public interface
RemoteDataListener<T>
Listener on the client side to get notified when the data is updated from server side. Use this if not using the observable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onData
(
T
data)
Called when a data update is received
Method Detail
onData
void onData(
T
data)
Called when a data update is received
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method