Interface SupplierCompileCompletion
-
- 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 SupplierCompileCompletion
Invoke on completion of compiling.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete(SupplierCompletionContext context)
Invoked on completion of compiling.
-
-
-
Method Detail
-
complete
void complete(SupplierCompletionContext context) throws java.lang.Exception
Invoked on completion of compiling.- Parameters:
context
-SupplierCompletionContext
.- Throws:
java.lang.Exception
- Failure in handling completion.
-
-