Interface DestructableComponent

    • Method Detail

      • isDestroyed

        boolean isDestroyed()
        Gets whether this component has been destroyed. Normally, once a component has been destroyed it cannot be used.
        Returns:
        true iff the component has been destroyed
      • destroy

        void destroy()
        Destroys the component.