Interface TabEditingListener

All Superinterfaces:
EventListener

public interface TabEditingListener extends EventListener
Defines an object which listens for TabEditingEvent.
  • Method Details

    • 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