Package org.apache.commons.vfs2.events
Class AbstractFileChangeEvent
- java.lang.Object
-
- org.apache.commons.vfs2.FileChangeEvent
-
- org.apache.commons.vfs2.events.AbstractFileChangeEvent
-
- Direct Known Subclasses:
ChangedEvent
,CreateEvent
,DeleteEvent
public abstract class AbstractFileChangeEvent extends FileChangeEvent
A change event that knows how to notify a listener.
-
-
Constructor Summary
Constructors Constructor Description AbstractFileChangeEvent(FileObject file)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
notify(FileListener listener)
-
Methods inherited from class org.apache.commons.vfs2.FileChangeEvent
getFile
-
-
-
-
Constructor Detail
-
AbstractFileChangeEvent
public AbstractFileChangeEvent(FileObject file)
-
-
Method Detail
-
notify
public abstract void notify(FileListener listener) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-