org.scijava.event
Class ContextDisposingEvent

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

public class ContextDisposingEvent
extends SciJavaEvent

Event to be published just before disposing a context.

Author:
Johannes Schindein

Constructor Summary
ContextDisposingEvent()
           
 
Method Summary
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, 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

ContextDisposingEvent

public ContextDisposingEvent()


Copyright © 2009–2014 SciJava. All rights reserved.