de.intarsys.tools.resourcetracker
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
 void dispose()
           
 java.lang.Object getResource()
          The resource tracked.
 

Method Detail

dispose

void dispose()

getResource

java.lang.Object getResource()
The resource tracked.

Returns:
The resource tracked.