Package org.scijava.platform.event
Class AppOpenFilesEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- org.scijava.platform.event.ApplicationEvent
-
- org.scijava.platform.event.AppOpenFilesEvent
-
- All Implemented Interfaces:
Contextual
public class AppOpenFilesEvent extends ApplicationEvent
An event sent when the application is asked to re-open itself.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description AppOpenFilesEvent(List<File> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>getFiles()-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-