Package 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
-
Method Details
-
destroy
void destroy()Informs this hook that theCControlhas been destroyed.
-