Interface Callback<V>
- All Known Implementing Classes:
ConvertingFutureCallback,FutureCallback,LicenseStore.ConsumeCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic interface for callbacks
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCompletion(Throwable error, V result) Invoked upon completion of the operation.
-
Method Details
-
onCompletion
-