Package org.bonitasoft.engine.work
Interface SuccessCallback
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SuccessCallback- Author:
- Baptiste Mesta.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuccess(WorkDescriptor workDescriptor)
-
-
-
Method Detail
-
onSuccess
void onSuccess(WorkDescriptor workDescriptor)
-
-