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
-
public class DeleteEvent extends AbstractFileChangeEvent
File deletion event.
-
-
Constructor Summary
Constructors Constructor Description DeleteEvent(FileObject file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(FileListener listener)
-
Methods inherited from class org.apache.commons.vfs2.FileChangeEvent
getFile
-
-
-
-
Constructor Detail
-
DeleteEvent
public DeleteEvent(FileObject file)
-
-
Method Detail
-
notify
public void notify(FileListener listener) throws java.lang.Exception
- Specified by:
notify
in classAbstractFileChangeEvent
- Throws:
java.lang.Exception
-
-