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
File changed event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(FileListener listener) Notifies the given file listener of this event.Methods inherited from class org.apache.commons.vfs2.FileChangeEvent
getFile, getFileObject
-
Constructor Details
-
ChangedEvent
Constructs a new instance.- Parameters:
fileObject
- the file object.
-
-
Method Details
-
notify
Description copied from class:AbstractFileChangeEvent
Notifies the given file listener of this event.- Specified by:
notify
in classAbstractFileChangeEvent
- Parameters:
listener
- The file listener to notify.- Throws:
Exception
- Anything can happen.
-