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

    Modifier and Type
    Method
    Description
    void
    Informs this hook that the CControl has been destroyed.
  • Method Details

    • destroy

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