public abstract class IOEvent extends SciJavaEvent
Constructor and Description |
---|
IOEvent(Location location,
Object data) |
IOEvent(String descriptor,
Object data)
Deprecated.
use
IOEvent(Location, Object) instead |
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Gets the data for which I/O took place.
|
String |
getDescriptor()
Deprecated.
use
getLocation() instead |
Location |
getLocation()
Gets the data location (source or destination).
|
String |
toString() |
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
@Deprecated public IOEvent(String descriptor, Object data)
IOEvent(Location, Object)
insteadpublic Location getLocation()
public Object getData()
public String toString()
toString
in class SciJavaEvent
@Deprecated public String getDescriptor()
getLocation()
insteadCopyright © 2015–2022 SciJava. All rights reserved.