Package org.scijava.module.event
Class ModuleExecutedEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.module.event.ModuleEvent
-
- org.scijava.module.event.ModuleExecutionEvent
-
- org.scijava.module.event.ModuleExecutedEvent
-
- All Implemented Interfaces:
Contextual
public class ModuleExecutedEvent extends ModuleExecutionEvent
An event indicating a module has just been executed.This event occurs after all preprocessors have successfully run, as well as the module itself, but before any postprocessors have been invoked.
- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description ModuleExecutedEvent(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
-
ModuleExecutedEvent
public ModuleExecutedEvent(Module module)
-
-