Interface EditorListener

  • All Known Subinterfaces:
    EditorHelper.LanguageAwareEditorListener

    public interface EditorListener
    Receives updates when an editor's value has changed in some way. The general purpose is to hide editor specific implementation details from the user e.g. which events are relevant etc.
    • Method Detail

      • valueChanged

        void valueChanged​(java.lang.Object value)
        Called when an editor's value has changed.
        Parameters:
        value - the new value
      • actionPerformed

        void actionPerformed​(java.lang.String actionCode)
        Called when a special action is performed
        Parameters:
        actionCode - the unique action code