Package org.scijava.module.event
Class ModuleStartedEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.module.event.ModuleEvent
-
- org.scijava.module.event.ModuleExecutionEvent
-
- org.scijava.module.event.ModuleStartedEvent
-
- All Implemented Interfaces:
Contextual
public class ModuleStartedEvent extends ModuleExecutionEvent
An event indicating a module execution has begun.This event occurs even before any preprocessors have been run.
- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description ModuleStartedEvent(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
-
ModuleStartedEvent
public ModuleStartedEvent(Module module)
-
-