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 Type
    Method
    Description
    void
    onCompiled​(StructureModifier<TKey> compiledModifier)
    Invoked when a structure modifier has been successfully compiled.
  • Method Details

    • onCompiled

      void onCompiled(StructureModifier<TKey> compiledModifier)
      Invoked when a structure modifier has been successfully compiled.
      Parameters:
      compiledModifier - - the compiled structure modifier.