Interface PromptContinueHandler


  • public interface PromptContinueHandler
    A handler for when the diff/merge tool manager wants to prompt the user whether to continue
    • Method Detail

      • prompt

        boolean prompt​(String toolName)
        Prompt the user whether to continue with the next file by opening a given tool.
        Parameters:
        toolName - The name of the tool to open
        Returns:
        Whether the user wants to continue