public interface DestroyHook
DestroyHook
is added to a CControl
. When the CControl
is destroyed, then destroy()
is invoked as well.Modifier and Type | Method and Description |
---|---|
void |
destroy()
Informs this hook that the
CControl has been destroyed. |
void destroy()
CControl
has been destroyed.