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
-
Method Details
-
dispose
void dispose() -
getResource
Object getResource()The resource tracked.- Returns:
- The resource tracked.
-