org.tridas.io.gui.control.fileList
Class AddMultipleFilesEvent

java.lang.Object
  extended by com.dmurph.mvc.MVCEvent
      extended by org.tridas.io.gui.control.fileList.AddMultipleFilesEvent
All Implemented Interfaces:
Serializable

public class AddMultipleFilesEvent
extends com.dmurph.mvc.MVCEvent

Author:
Daniel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dmurph.mvc.MVCEvent
id, key
 
Constructor Summary
AddMultipleFilesEvent(File[] files2)
           
 
Method Summary
 String[] getFiles()
           
 
Methods inherited from class com.dmurph.mvc.MVCEvent
dispatch, isPropagating, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddMultipleFilesEvent

public AddMultipleFilesEvent(File[] files2)
Parameters:
argKey -
Method Detail

getFiles

public String[] getFiles()
Returns:
the file


Copyright © 2011. All Rights Reserved.