Interface NodeSubscriber

All Known Implementing Classes:
DynamicTreeBuilder

public interface NodeSubscriber
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Node newNode)
     
    void
    end(boolean more)
     
    void
    remove(Path path)
     
  • Method Details

    • add

      void add(Node newNode)
    • remove

      void remove(Path path)
    • end

      void end(boolean more)