Interface INativeWin32APICallback


  • public interface INativeWin32APICallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleFile​(java.lang.String name, int attributes, long createTime, long lastAccessTime, long lastModifiedTime, long length)  
    • Method Detail

      • handleFile

        void handleFile​(java.lang.String name,
                        int attributes,
                        long createTime,
                        long lastAccessTime,
                        long lastModifiedTime,
                        long length)