Extension SDK

oracle.ide.docking
Interface DockableListener


public interface DockableListener

Interface to support notification of visibility changes on a dockable. To simplify the implementation of Dockables, the DockableListeners are registered on the DockStation and not on the Dockable itself.

See Also:
DockStation.addDockableListener(DockableListener l, Dockable d)

Method Summary
 void dockableHidden(DockableEvent e)
           
 void dockableShown(DockableEvent e)
           
 

Method Detail

dockableHidden

public void dockableHidden(DockableEvent e)

dockableShown

public void dockableShown(DockableEvent e)

Extension SDK

 

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