org.scijava.io.event
Class DataSavedEvent

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.DataSavedEvent
All Implemented Interfaces:
Contextual

public class DataSavedEvent
extends IOEvent

An event indicating that data has been saved to a destination.

Author:
Curtis Rueden

Constructor Summary
DataSavedEvent(String destination, Object data)
           
 
Method Summary
 String getDestination()
          Gets the destination to which data was saved.
 
Methods inherited from class org.scijava.io.event.IOEvent
getData, getDescriptor, toString
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, 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

DataSavedEvent

public DataSavedEvent(String destination,
                      Object data)
Method Detail

getDestination

public String getDestination()
Gets the destination to which data was saved.



Copyright © 2009–2014 SciJava. All rights reserved.