org.scijava.io.event
Class DataOpenedEvent

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

public class DataOpenedEvent
extends IOEvent

An event indicating that data has been opened from a source.

Author:
Curtis Rueden

Constructor Summary
DataOpenedEvent(String source, Object data)
           
 
Method Summary
 String getSource()
          Gets the source from which data was opened.
 
Methods inherited from class org.scijava.io.event.IOEvent
getData, getDescriptor, toString
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
 
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

DataOpenedEvent

public DataOpenedEvent(String source,
                       Object data)
Method Detail

getSource

public String getSource()
Gets the source from which data was opened.



Copyright © 2009–2015 SciJava. All rights reserved.