Package elki.result

Interface ResultListener

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void resultAdded​(java.lang.Object child, java.lang.Object parent)
      A new derived result was added.
      default void resultChanged​(java.lang.Object current)
      Notify that the current result has changed substantially.
      default void resultRemoved​(java.lang.Object child, java.lang.Object parent)
      A result was removed.
    • Method Detail

      • resultAdded

        default void resultAdded​(java.lang.Object child,
                                 java.lang.Object parent)
        A new derived result was added.
        Parameters:
        child - New child result added
        parent - Parent result that was added to
      • resultChanged

        default void resultChanged​(java.lang.Object current)
        Notify that the current result has changed substantially.
        Parameters:
        current - Result that has changed.
      • resultRemoved

        default void resultRemoved​(java.lang.Object child,
                                   java.lang.Object parent)
        A result was removed.
        Parameters:
        child - result that was removed
        parent - Parent result that was removed from