Interface IChildVisitor


public interface IChildVisitor
Visit all the nodes within the timetracker.
Since:
5.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(ITimeTracker subtracker)
    This method is invoked to allow the visitor to process a child time tracker.
  • Method Details

    • process

      void process(ITimeTracker subtracker)
      This method is invoked to allow the visitor to process a child time tracker.
      Parameters:
      subtracker - The child time tracker that may be processed by the visitor.