|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.dlese.dpc.util.FileDirectoryEvent
Indicates that files in a file-based directory changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FileDirectoryEvent(FileDirectoryMonitor monitor)
Contruct a FileDirectoryEvent |
Method Summary | |
---|---|
List |
addedFiles()
Listeners retrieve each list of files associated with this event |
List |
removedFiles()
Listeners retrieve each list of files associated with this event |
void |
setFileLists(List addedFiles,
List removedFiles)
Event sources must set these lists before firing the event. |
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 |
public FileDirectoryEvent(FileDirectoryMonitor monitor)
monitor
- The object source of the eventMethod Detail |
public void setFileLists(List addedFiles, List removedFiles)
addedFiles
- The list of files addedremovedFiles
- The list of files removedpublic List addedFiles()
List
of added filespublic List removedFiles()
List
of removed files
|
DLESE Tools v1.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |