JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method