Interface ProgressTracker.MultipartListener
- All Superinterfaces:
Flow.Subscriber<ProgressTracker.MultipartProgress>
- Enclosing class:
ProgressTracker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault voidonSubscribe(Flow.Subscription subscription) Methods inherited from interface Flow.Subscriber
onNext
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<P extends ProgressTracker.Progress>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<P extends ProgressTracker.Progress>
-
onComplete
default void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<P extends ProgressTracker.Progress>
-