Interface EditorAction<T>


public interface EditorAction<T>
Interface for handling editor actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an editor event occurs.
  • Method Details

    • eventOccurred

      void eventOccurred(EditorEvent<T> ee)
      Called when an editor event occurs. This method is always called on the editor event queue (not the AWT event queue.)