Package org.scijava.service.event
Class ServicesLoadedEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.service.event.ServicesLoadedEvent
-
- All Implemented Interfaces:
Contextual
public class ServicesLoadedEvent extends SciJavaEvent
An event which fires when aContextfinishes initializing all its services.- Author:
- Barry DeZonia
-
-
Constructor Summary
Constructors Constructor Description ServicesLoadedEvent()
-
Method Summary
-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed, toString
-
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
-
-