Package com.zfabrik.resources
Interface IResourceObserver
-
public interface IResourceObserverA resource observer wraps aIResourceHandlewith a weak reference, so that the observer is not a reason to keep resources in memory.- Author:
- hb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResourceHandlegetHandle()Return a resource handle for the associated resource if still managed.java.lang.StringgetName()Name of the resource with the resource management system
-
-
-
Method Detail
-
getHandle
IResourceHandle getHandle()
Return a resource handle for the associated resource if still managed. Returnsnullotherwise.
-
getName
java.lang.String getName()
Name of the resource with the resource management system
-
-