|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.event.SciJavaEvent
org.scijava.io.event.IOEvent
org.scijava.io.event.DataSavedEvent
public class DataSavedEvent
An event indicating that data has been saved to a destination.
| 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, 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 |
|---|
public DataSavedEvent(String destination,
Object data)
| Method Detail |
|---|
public String getDestination()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||