Interface RepositoryExplorerCallback


  • public interface RepositoryExplorerCallback
    • Method Detail

      • open

        boolean open​(UIRepositoryContent object,
                     String revision)
              throws Exception
        request that specified object be opened in 'Spoon' display
        Parameters:
        object -
        Returns:
        boolean indicating if repository explorer dialog should close
        Throws:
        Exception
      • error

        boolean error​(String message)
               throws Exception
        The method is called when a connection to current repository has been lost
        Parameters:
        message - - error message
        Returns:
        true if it is required to close the dialog and false otherwise
        Throws:
        Exception