Interface IResourceReference
-
- All Known Implementing Classes:
PhantomResourceReference,SoftResourceReference,WeakResourceReference
public interface IResourceReferenceAn interface for accessing a generic resource associated with a trackedReferenceby theResourceTracker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()java.lang.ObjectgetResource()The resource tracked.
-