Package me.clarius.sdk
Interface Solum.InitializationResult
- 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.
Initialization callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(boolean initialized) Called with the request result.
-
Method Details
-
accept
void accept(boolean initialized) Called with the request result.- Parameters:
initialized
- the initialization result.
-