Package org.scijava.module.event
Class ModuleExecutingEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.module.event.ModuleEvent
-
- org.scijava.module.event.ModuleExecutionEvent
-
- org.scijava.module.event.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 Summary
Constructors Constructor Description ModuleExecutingEvent(Module module)
-
Method Summary
-
Methods inherited from class org.scijava.module.event.ModuleEvent
getModule, toString
-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-
-
-
Constructor Detail
-
ModuleExecutingEvent
public ModuleExecutingEvent(Module module)
-
-