Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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.
 

Method Detail

titleChange

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.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.