org.scijava.service.event
Class ServicesLoadedEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.service.event.ServicesLoadedEvent
All Implemented Interfaces:
Contextual

public class ServicesLoadedEvent
extends SciJavaEvent

An event which fires when a Context finishes initializing all its services.

Author:
Barry DeZonia

Constructor Summary
ServicesLoadedEvent()
           
 
Method Summary
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, setConsumed, toString
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicesLoadedEvent

public ServicesLoadedEvent()


Copyright © 2009–2014 SciJava. All rights reserved.