org.apache.commons.vfs.events
Class AbstractFileChangeEvent

java.lang.Object
  extended byorg.apache.commons.vfs.FileChangeEvent
      extended byorg.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.


Constructor Summary
AbstractFileChangeEvent(FileObject file)
           
 
Method Summary
abstract  void notify(FileListener listener)
           
 
Methods inherited from class org.apache.commons.vfs.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 Exception
Throws:
Exception


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.