Interface IResourceReference
-
- All Known Implementing Classes:
PhantomResourceReference
,SoftResourceReference
,WeakResourceReference
public interface IResourceReference
An interface for accessing a generic resource associated with a trackedReference
by theResourceTracker
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
java.lang.Object
getResource()
The resource tracked.
-