Interface FunctionComparisonModelListener
public interface FunctionComparisonModelListener
Allows subscribers to register for
function
comparison model
changes-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeFunctionChanged
(Duo.Side side, Function function) 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
Notification that the selected function changed on one side or the other.- Parameters:
side
- the side whose selected function changedfunction
- 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.
-