Interface DestroyCallback


public interface DestroyCallback
General pupose callback to destroy a resource and free it's underlying resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroys the underlying resources.
  • Method Details

    • destroy

      void destroy()
      Destroys the underlying resources.