TKey - - type of the structure modifier field.public interface CompileListener<TKey>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompiled(StructureModifier<TKey> compiledModifier)
Invoked when a structure modifier has been successfully compiled.
|
void onCompiled(StructureModifier<TKey> compiledModifier)
compiledModifier - - the compiled structure modifier.