Interface LibraryCallback


  • public interface LibraryCallback
    Callback interface used to iterate Libraries.
    Author:
    Phillip Webb
    • Method Summary

      Modifier and Type Method Description
      void library​(Library library)
      Callback to for a single library backed by a File.
    • Method Detail

      • library

        void library​(Library library)
              throws java.io.IOException
        Callback to for a single library backed by a File.
        Parameters:
        library - the library
        Throws:
        java.io.IOException - if the operation fails