Interface IManualStringValueChangeListener

All Superinterfaces:
EventListener

public interface IManualStringValueChangeListener extends EventListener
Definition of listeners that react on string value change.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    React on a manual value changing.
  • Method Details

    • manualValueChanged

      void manualValueChanged(String newValue)
      React on a manual value changing.
      Parameters:
      newValue - The new value.