|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener for changes in FileObject
s. Can be attached to any FileObject
.
When attached to a file it listens for file changes (due to saving from the IDE) and for deletes and renames.
When attached to a folder it listens for all actions taken on this folder. These include any modifications of data files or folders, and creation of new data files or folders.
Method Summary | |
void |
fileAttributeChanged(FileAttributeEvent fe)
Fired when a file attribute is changed. |
void |
fileChanged(FileEvent fe)
Fired when a file is changed. |
void |
fileDataCreated(FileEvent fe)
Fired when a new file is created. |
void |
fileDeleted(FileEvent fe)
Fired when a file is deleted. |
void |
fileFolderCreated(FileEvent fe)
Fired when a new folder is created. |
void |
fileRenamed(FileRenameEvent fe)
Fired when a file is renamed. |
Method Detail |
public void fileFolderCreated(FileEvent fe)
fe
- the event describing context where action has taken placepublic void fileDataCreated(FileEvent fe)
fe
- the event describing context where action has taken placepublic void fileChanged(FileEvent fe)
fe
- the event describing context where action has taken placepublic void fileDeleted(FileEvent fe)
fe
- the event describing context where action has taken placepublic void fileRenamed(FileRenameEvent fe)
fe
- the event describing context where action has taken place
and the original name and extension.public void fileAttributeChanged(FileAttributeEvent fe)
fe
- the event describing context where action has taken place,
the name of attribute and the old and new values.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |