nrs.util.file
Class FileSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynrs.util.file.FileSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class FileSelectionEvent
extends java.util.EventObject

Event used to hold details of selected files.

Author:
Copyright © 2004-2005 Nick Sydenham <nsydenham@yahoo.co.uk>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileSelectionEvent(FileDialog source, java.io.File[] files)
          Creates a new instance of FileSelectionEvent
 
Method Summary
 java.io.File[] getFiles()
           
 
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

FileSelectionEvent

public FileSelectionEvent(FileDialog source,
                          java.io.File[] files)
Creates a new instance of FileSelectionEvent

Parameters:
source - the FileDialog that initiated the selection
files - selected File objects - may be null
Method Detail

getFiles

public java.io.File[] getFiles()


Copyright © 2004-2005 Nick Sydenham <nsydenham@yahoo.co.uk>