Interface IComparisonSession.IComparisonTreeListener

  • Enclosing interface:
    IComparisonSession
    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 static interface IComparisonSession.IComparisonTreeListener
    A listener of comparison tree changes.
    • Method Detail

      • notify

        void notify​(Collection<ComparisonTreeNodeEvent> events)
        Notifies the listener about changed comparison tree nodes.
        Parameters:
        events - the collection of events what has changed, not null