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 SupplierCompileCompletionInvoke on completion of compiling.- Author:
 - Daniel Sagenschneider
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(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.
 
 - 
 
 -