Package org.apache.commons.vfs2.events
Class ChangedEvent
- java.lang.Object
-
- org.apache.commons.vfs2.FileChangeEvent
-
- org.apache.commons.vfs2.events.AbstractFileChangeEvent
-
- org.apache.commons.vfs2.events.ChangedEvent
-
public class ChangedEvent extends AbstractFileChangeEvent
File changed event.
-
-
Constructor Summary
Constructors Constructor Description ChangedEvent(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
-
ChangedEvent
public ChangedEvent(FileObject file)
-
-
Method Detail
-
notify
public void notify(FileListener listener) throws java.lang.Exception
- Specified by:
notify
in classAbstractFileChangeEvent
- Throws:
java.lang.Exception
-
-