Package org.scijava.module.event
Class ModulesListEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.object.event.ListEvent<ModuleInfo>
-
- org.scijava.module.event.ModulesListEvent
-
- All Implemented Interfaces:
Contextual
- Direct Known Subclasses:
ModulesAddedEvent,ModulesRemovedEvent,ModulesUpdatedEvent
public abstract class ModulesListEvent extends ListEvent<ModuleInfo>
An event indicating something has happened to the list of plugins registered with theModuleService.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description ModulesListEvent(Collection<? extends ModuleInfo> c)ModulesListEvent(ModuleInfo o)
-
Method Summary
-
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
-
ModulesListEvent
public ModulesListEvent(ModuleInfo o)
-
ModulesListEvent
public ModulesListEvent(Collection<? extends ModuleInfo> c)
-
-