Interface FormControlListener

    • Method Summary

      Modifier and Type Method Description
      void changed​(FormControl control)
      Called when the current value has changed.
      void enabled​(FormControl control)
      Called when the control has been enabled/disabled.
      void successful​(FormControl control)
      Called when the successful state has changed.
    • Method Detail

      • changed

        void changed​(FormControl control)
        Called when the current value has changed.
        Parameters:
        control -
      • successful

        void successful​(FormControl control)
        Called when the successful state has changed.
        Parameters:
        control -
      • enabled

        void enabled​(FormControl control)
        Called when the control has been enabled/disabled.
        Parameters:
        control -