Interface FormControlListener

All Known Implementing Classes:
FormControlAdapter

public interface FormControlListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the current value has changed.
    void
    Called when the control has been enabled/disabled.
    void
    Called when the successful state has changed.
  • Method Details

    • changed

      void changed(FormControl control)
      Called when the current value has changed.
    • successful

      void successful(FormControl control)
      Called when the successful state has changed.
    • enabled

      void enabled(FormControl control)
      Called when the control has been enabled/disabled.