Class SmartCacheSubscriber
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.cache.SmartCacheSubscriber
- All Implemented Interfaces:
Flow.Subscriber<SmartCache>
public abstract class SmartCacheSubscriber extends Object implements Flow.Subscriber<SmartCache>
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description SmartCacheSubscriber() -
Method Summary
Modifier and Type Method Description voidonComplete()voidonError(Throwable throwable)protected abstract voidonMessage(SmartCache message)voidonNext(SmartCache item)voidonSubscribe(Flow.Subscription subscription)
-
Constructor Details
-
SmartCacheSubscriber
public SmartCacheSubscriber()
-
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<SmartCache>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<SmartCache>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<SmartCache>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<SmartCache>
-
onMessage
-