-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observer
public final class ActionObserver<T> implements Observer<T>
An Observer that forwards the onXXX method calls to callbacks.
-
-
Method Summary
Modifier and Type Method Description voidonNext(T t)voidonError(Throwable e)voidonCompleted()
-