Interface OfficeFloorCompilerRunnable<T>

All Known Implementing Classes:
HttpSecurityLoaderImpl, HttpSecuritySourceSpecificationRunnable, HttpSecurityTypeRunnable, ProcedureLoaderCompilerRunnable, WebTemplateLoaderImpl, WoofTemplateExtensionLoaderImpl.LoadSpecification, WoofTemplateExtensionLoaderImpl.RefactorTemplateExtension

public interface OfficeFloorCompilerRunnable<T>

Runnable using ClassLoader of the OfficeFloorCompiler.

This is typically used for graphical configuration to run extended functionality adapted for the ClassLoader of the OfficeFloorCompiler.

Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    run(OfficeFloorCompiler compiler, Object[] parameters)
    Contains the runnable functionality.
  • Method Details