Interface CompileListener<TKey>
- Type Parameters:
TKey- - type of the structure modifier field.
public interface CompileListener<TKey>
Used to save the result of an compilation.
- Author:
- Kristian
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCompiled(StructureModifier<TKey> compiledModifier)Invoked when a structure modifier has been successfully compiled.
-
Method Details
-
onCompiled
Invoked when a structure modifier has been successfully compiled.- Parameters:
compiledModifier- - the compiled structure modifier.
-