public IDataObservable<T>
An observable that can be used to subscribe to new data of type T from the class Ether
class Ether
Modifier and Type | Method and Description |
---|---|
void |
subscribe(IDataSubscriber<T> subscriber)
Subscribes a
interface IDataSubscriber to receive new data |
void |
unsubscribe(IDataSubscriber<T> subscriber)
Un subscribe the given subscriber
|
void subscribe(IDataSubscriber<T> subscriber)
Subscribes a interface IDataSubscriber
to receive new data
interface IDataSubscriber
void unsubscribe(IDataSubscriber<T> subscriber)
Un subscribe the given subscriber