oracle.ide.docking
Interface TitleChangeListener
- All Superinterfaces:
- java.util.EventListener
- public interface TitleChangeListener
- extends java.util.EventListener
An interface that clients that want to be notified of docking changes
in a docking port must implement.
Method Summary |
void |
titleChange(TitleChangeEvent e)
This method gets called when the title of the hosted dockable
changes and the title panel title and tab needs to update. |
titleChange
public void titleChange(TitleChangeEvent e)
- This method gets called when the title of the hosted dockable
changes and the title panel title and tab needs to update.
- Parameters:
e
- The event object indicating what has happed in the port.