Class CustomFSChangeListener

  • All Implemented Interfaces:
    org.apache.commons.vfs2.FileListener

    public class CustomFSChangeListener
    extends java.lang.Object
    implements org.apache.commons.vfs2.FileListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fileChanged​(org.apache.commons.vfs2.FileChangeEvent event)  
      void fileCreated​(org.apache.commons.vfs2.FileChangeEvent event)  
      void fileDeleted​(org.apache.commons.vfs2.FileChangeEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • fileCreated

        public void fileCreated​(org.apache.commons.vfs2.FileChangeEvent event)
                         throws java.lang.Exception
        Specified by:
        fileCreated in interface org.apache.commons.vfs2.FileListener
        Throws:
        java.lang.Exception
      • fileDeleted

        public void fileDeleted​(org.apache.commons.vfs2.FileChangeEvent event)
                         throws java.lang.Exception
        Specified by:
        fileDeleted in interface org.apache.commons.vfs2.FileListener
        Throws:
        java.lang.Exception
      • fileChanged

        public void fileChanged​(org.apache.commons.vfs2.FileChangeEvent event)
                         throws java.lang.Exception
        Specified by:
        fileChanged in interface org.apache.commons.vfs2.FileListener
        Throws:
        java.lang.Exception