Interface TabEditingListener

  • All Superinterfaces:
    java.util.EventListener

    public interface TabEditingListener
    extends java.util.EventListener
    Defines an object which listens for TabEditingEvent.
    • Method Detail

      • editingStarted

        void editingStarted​(TabEditingEvent e)
        This tells the listeners the tab editing is started
      • editingStopped

        void editingStopped​(TabEditingEvent e)
        This tells the listeners the tab editing is stopped
      • editingCanceled

        void editingCanceled​(TabEditingEvent e)
        This tells the listeners the tab editing is canceled