org.apache.commons.vfs.events
Class ChangedEvent

java.lang.Object
  extended by org.apache.commons.vfs.FileChangeEvent
      extended by org.apache.commons.vfs.events.AbstractFileChangeEvent
          extended by org.apache.commons.vfs.events.ChangedEvent

public class ChangedEvent
extends AbstractFileChangeEvent

File changed event.

Author:
Commons VFS team

Constructor Summary
ChangedEvent(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

ChangedEvent

public ChangedEvent(FileObject file)
Method Detail

notify

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


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.