Interface FunctionComparisonModelListener


public interface FunctionComparisonModelListener
Allows subscribers to register for function comparison model changes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that the selected function changed on one side or the other.
    void
    Notification that the set of functions on at least one side changed.
  • Method Details

    • activeFunctionChanged

      void activeFunctionChanged(Duo.Side side, Function function)
      Notification that the selected function changed on one side or the other.
      Parameters:
      side - the side whose selected function changed
      function - the new selected function for the given side
    • modelDataChanged

      void modelDataChanged()
      Notification that the set of functions on at least one side changed. The selected functions on either side may have also changed.