Interface ConfidencesChangeListener<T>

    • Method Detail

      • onAddedConfidence

        void onAddedConfidence​(T o,
                               Confidence added)
        Listen to the event where a confidence has been added to the object confidences.
        Parameters:
        o - The object which has changed.
        added - The added confidence.
      • onRemovedConfidence

        void onRemovedConfidence​(T o,
                                 Confidence removed)
        Listen to the event where a confidence has been removed from the object confidences.
        Parameters:
        o - The object which has changed.
        removed - The removed confidence.