Interface BroadFirstIterationListener

  • All Superinterfaces:
    EventListener
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface BroadFirstIterationListener
    extends EventListener
    Listener invoked when a broad-first iterator has treated a line.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:41
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathtree
    • Method Detail

      • onBoardFirstIterationLevelFinished

        void onBoardFirstIterationLevelFinished()
        Invoked when a row of tree nodes was completely replied by the iterator.