public interface org.apache.commons.vfs2.FileListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.vfs2.FileListener
  super_class: java.lang.Object
{
  public abstract void fileCreated(org.apache.commons.vfs2.FileChangeEvent);
    descriptor: (Lorg/apache/commons/vfs2/FileChangeEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      event  

  public abstract void fileDeleted(org.apache.commons.vfs2.FileChangeEvent);
    descriptor: (Lorg/apache/commons/vfs2/FileChangeEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      event  

  public abstract void fileChanged(org.apache.commons.vfs2.FileChangeEvent);
    descriptor: (Lorg/apache/commons/vfs2/FileChangeEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "FileListener.java"