se.datadosen.dnd
Class FileDropEvent

java.lang.Object
  extended by java.util.EventObject
      extended by se.datadosen.dnd.FileDropEvent
All Implemented Interfaces:
java.io.Serializable

public class FileDropEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileDropEvent(java.lang.Object source, java.util.List files)
           
 
Method Summary
 java.util.List getFiles()
           
 java.io.File getFirstFile()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileDropEvent

public FileDropEvent(java.lang.Object source,
                     java.util.List files)
Method Detail

getFiles

public java.util.List getFiles()

getFirstFile

public java.io.File getFirstFile()