org.apache.commons.vfs2.events
Class CreateEvent

java.lang.Object
  extended by org.apache.commons.vfs2.FileChangeEvent
      extended by org.apache.commons.vfs2.events.AbstractFileChangeEvent
          extended by org.apache.commons.vfs2.events.CreateEvent

public class CreateEvent
extends AbstractFileChangeEvent

File creation event.

Author:
Commons VFS team

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

CreateEvent

public CreateEvent(FileObject file)
Method Detail

notify

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


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