public interface ObservableCallback<T>
ObservableCallback abstract class represents an asynchronous callback returning
multiple values.| Modifier and Type | Method and Description |
|---|---|
void |
onError(UsherException e)
Callback for when the request encounters an error.
|
void |
onNext(T t)
Callback for when the request is successfully executed.
|
void onNext(T t)
onError(com.microstrategy.ushersdk.UsherException).t - the expected item returned by the requestvoid onError(UsherException e)
onNext(Object).e - See UsherException