public class DataSavedEvent extends IOEvent
Constructor and Description |
---|
DataSavedEvent(Location destination,
Object data) |
DataSavedEvent(String destination,
Object data)
Deprecated.
use
DataSavedEvent(Location, Object) instead |
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
Deprecated.
use
IOEvent.getLocation() instead |
getData, getDescriptor, getLocation, toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
@Deprecated public DataSavedEvent(String destination, Object data)
DataSavedEvent(Location, Object)
instead@Deprecated public String getDestination()
IOEvent.getLocation()
insteadCopyright © 2015–2022 SciJava. All rights reserved.