Interface IMLCheckBoxStateListener

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IMLCheckBoxStateListener
    The listener for checkbox list items.
    Author:
    Christopher Mindus
    • Method Detail

      • onCheckStateChanged

        void onCheckStateChanged​(MLCheckBox checkBox,
                                 int state)
        Called when the checkbox state changes.
        Parameters:
        checkBox - The checkbox.
        state - The new check state: 0=unchecked, 1=checked, 2=third state.