Interface BooleanValueChangedCallback

All Superinterfaces:
Callback, ValueChangedCallback

public interface BooleanValueChangedCallback extends ValueChangedCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    valueChanged(boolean newValue)
     
  • Method Details

    • valueChanged

      void valueChanged(boolean newValue)