EventListener
public interface TabEditingListener extends EventListener
Modifier and Type | Method | 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)