Interface FunctionComparisonModelListener
public interface FunctionComparisonModelListener
Allows subscribers to register for
function
comparison model changes-
Method Summary
Modifier and TypeMethodDescriptionvoidactiveFunctionChanged(Duo.Side side, Function function) Notification that the selected function changed on one side or the other.voidNotification that the set of functions on at least one side changed.
-
Method Details
-
activeFunctionChanged
-
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.
-