Package me.clarius.sdk
Interface Solum.Progress
- Enclosing class:
Solum
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Progress callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(int progress, int total) Called with the request result.
-
Method Details
-
accept
void accept(int progress, int total) Called with the request result.- Parameters:
progress
- the current progress.total
- the maximum progress.
-