org.scijava.platform.event
Class AppOpenFilesEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.platform.event.ApplicationEvent
              extended by 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
AppOpenFilesEvent(List<File> files)
           
 
Method Summary
 List<File> getFiles()
           
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed, toString
 
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

AppOpenFilesEvent

public AppOpenFilesEvent(List<File> files)
Method Detail

getFiles

public List<File> getFiles()


Copyright © 2009–2015 SciJava. All rights reserved.