Class ModuleExecutingEvent

  • All Implemented Interfaces:
    Contextual

    public class ModuleExecutingEvent
    extends ModuleExecutionEvent
    An event indicating a module is about to be executed.

    This event occurs after all preprocessors have successfully run, but before the module itself has run.

    Author:
    Curtis Rueden
    • Constructor Detail

      • ModuleExecutingEvent

        public ModuleExecutingEvent​(Module module)