Interface IInputListener


public interface IInputListener
Listener for gui input fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    When the value has changed.
  • Method Details

    • onChanged

      void onChanged()
      When the value has changed.