org.apache.commons.vfs2.events
Class AbstractFileChangeEvent

java.lang.Object
  extended by org.apache.commons.vfs2.FileChangeEvent
      extended by 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.

Author:
Commons VFS team

Constructor Summary
AbstractFileChangeEvent(FileObject file)
           
 
Method Summary
abstract  void notify(FileListener listener)
           
 
Methods inherited from class org.apache.commons.vfs2.FileChangeEvent
getFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileChangeEvent

public AbstractFileChangeEvent(FileObject file)
Method Detail

notify

public abstract void notify(FileListener listener)
                     throws java.lang.Exception
Throws:
java.lang.Exception