Interface TestResultTable.TreeEventObserver

    • Method Detail

      • startRefresh

        void startRefresh​(TestResultTable.TreeNode origin)
        A refresh has been stared on the node. All children will be recursively refreshed but only one notification about the original node will be delivered.
        Parameters:
        origin - Node the refresh has been originated
      • finishRefresh

        void finishRefresh​(TestResultTable.TreeNode origin)
        A refresh has been finished on the node. In spite of the all children will be recursively refreshed the only one notification about the original node will be delivered.
        Parameters:
        origin - Node the refresh has been originated