Interface EditListenable

All Known Subinterfaces:
EditComponent
All Known Implementing Classes:
AbstractEditComponentTextControl, AbstractEditValueControl, AbstractEditValuePanel, AbstractTextControl, CheckControl, EditComponentLabelControl, EditComponentTextControl, ResourceImportControl, SliderControl, Table, TextControl

public interface EditListenable
An object that allows the registration of edit listeners.
Author:
Garret Wilson
  • Method Details

    • addEditListener

      void addEditListener(EditListener editListener)
      Adds an edit listener.
      Parameters:
      editListener - The edit listener to add.
    • removeEditListener

      void removeEditListener(EditListener editListener)
      Removes an edit listener.
      Parameters:
      editListener - The edit listener to remove.