bibliothek.gui.dock.common
Interface DestroyHook

All Known Implementing Classes:
CLookAndFeelMenuPiece

public interface DestroyHook

A DestroyHook is added to a CControl. When the CControl is destroyed, then destroy() is invoked as well.

Author:
Benjamin Sigg

Method Summary
 void destroy()
          Informs this hook that the CControl has been destroyed.
 

Method Detail

destroy

void destroy()
Informs this hook that the CControl has been destroyed.