| net.refractions.udig.project.IResourceInterceptor
Method Summary | |
T | run(ILayer layer, T resource, Class<? super T> requestedType) Modifies the resource that is returned. |
run | T run(ILayer layer, T resource, Class<? super T> requestedType)(Code) | | Modifies the resource that is returned. The returned value is not necessarily the value passed in as a parameter
Parameters: layer - the layer that the resources is being obtained from. Parameters: resource - The resource obtained from the IGeoResource. Parameters: requestedType - the type that the caller requested. the resource to return to the caller. May be a new instance or the same instance. |
|
|