org.apache.commons.vfs.events
Class DeleteEventAbstractFile

java.lang.Object
  extended byorg.apache.commons.vfs.FileChangeEvent
      extended byorg.apache.commons.vfs.events.AbstractFileChangeEvent
          extended byorg.apache.commons.vfs.events.DeleteEventAbstractFile

public class DeleteEventAbstractFile
extends AbstractFileChangeEvent

File deletion event.


Constructor Summary
DeleteEventAbstractFile(FileObject file)
           
 
Method Summary
 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

DeleteEventAbstractFile

public DeleteEventAbstractFile(FileObject file)
Method Detail

notify

public void notify(FileListener listener)
            throws Exception
Specified by:
notify in class AbstractFileChangeEvent
Throws:
Exception


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