org.apache.commons.vfs.events
Class AbstractFileChangeEvent
java.lang.Object
org.apache.commons.vfs.FileChangeEvent
org.apache.commons.vfs.events.AbstractFileChangeEvent
- Direct Known Subclasses:
- ChangedEvent, CreateEvent, DeleteEvent
- public abstract class AbstractFileChangeEvent
- extends FileChangeEvent
A change event that knows how to notify a listener.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFileChangeEvent
public AbstractFileChangeEvent(FileObject file)
notify
public abstract void notify(FileListener listener)
throws Exception
- Throws:
Exception
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.