Interface Cleanable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cleanup()
      Cleans all references that will be no longer valid after component is detached from its parent.
    • Method Detail

      • cleanup

        void cleanup()
        Cleans all references that will be no longer valid after component is detached from its parent.

        Notice: if an object implements Initializable also, then it is possible that cleanup() will be called several times without calling Initializable.initialize().