java.lang.Object
java.util.EventObject
java.awt.desktop.AppEvent
java.awt.desktop.FilesEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpenFilesEvent
,PrintFilesEvent
Auxiliary event containing a list of files.
-
Field Summary
Fields declared in class java.util.EventObject
source
-
Method Summary
Methods declared in class java.util.EventObject
getSource, toString
-
Method Details
-
getFiles
Gets the list of files.- Returns:
- the list of files
-