Package org.apache.commons.vfs2.events
Class DeleteEvent
java.lang.Object
org.apache.commons.vfs2.FileChangeEvent
org.apache.commons.vfs2.events.AbstractFileChangeEvent
org.apache.commons.vfs2.events.DeleteEvent
File deletion event.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidnotify(FileListener listener) Notifies the given file listener of this event.Methods inherited from class org.apache.commons.vfs2.FileChangeEventgetFile, getFileObject
- 
Constructor Details- 
DeleteEventConstructs a new instance.- Parameters:
- fileObject- the file object.
 
 
- 
- 
Method Details- 
notifyDescription copied from class:AbstractFileChangeEventNotifies the given file listener of this event.- Specified by:
- notifyin class- AbstractFileChangeEvent
- Parameters:
- listener- The file listener to notify.
- Throws:
- Exception- Anything can happen.
 
 
-