public interface TabEditingListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
editingCanceled(TabEditingEvent e)
This tells the listeners the tab editing is canceled
|
void |
editingStarted(TabEditingEvent e)
This tells the listeners the tab editing is started
|
void |
editingStopped(TabEditingEvent e)
This tells the listeners the tab editing is stopped
|
void editingStarted(TabEditingEvent e)
void editingStopped(TabEditingEvent e)
void editingCanceled(TabEditingEvent e)