Interface ActionHandlingGenerator<T extends ActionHandler>

All Superinterfaces:
StructureGenerator
All Known Subinterfaces:
ActionHandlingGenerator.Extender, ActionHandlingGenerator.Grouper, ActionHandlingGenerator.Inserter, ActionHandlingGenerator.Sorter
All Known Implementing Classes:
AbstractGenerator.Extender, AbstractGenerator.Grouper, AbstractGenerator.Inserter, AbstractGenerator.Sorter

public interface ActionHandlingGenerator<T extends ActionHandler> extends StructureGenerator
  • Method Details

    • createActionHandler

      @Nullable T createActionHandler(@NotNull Map<String,Object> parameters)