Interface IResourceReference

All Known Implementing Classes:
PhantomResourceReference, SoftResourceReference, WeakResourceReference

public interface IResourceReference
An interface for accessing a generic resource associated with a tracked Reference by the ResourceTracker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    The resource tracked.
  • Method Details

    • dispose

      void dispose()
    • getResource

      Object getResource()
      The resource tracked.
      Returns:
      The resource tracked.