io.sarl.lang.compiler.batch
Interface ICompilatedResourceReceiver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface ICompilatedResourceReceiver
An object that expects to receive the Ecore objects from the compiled resources.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
batchcompiler
Since:
0.6
Action Summary
Modifier and type Action and description
abstract void receiveCompiledResource(Resource)
The resource was successfully compiled.
Action Details
receiveCompiledResource(Resource)
def receiveCompiledResource(Resource)
The resource was successfully compiled.
Parameters:
resource - the compiled resource.