Observer (original) (raw)


@Deprecated
public interface Observer
Provides a mechanism for receiving push-based notifications.
Will receive a call to onSubscribe(Subscription) on subscription to the Observable. No further notifications will be received until Subscription.request(long) is called.
After signaling demand: