net.refractions.udig.project.interceptor
Interface MapInterceptor
public interface MapInterceptor
An interceptor that is ran on a map. The net.refractions.udig.mapInterceptor extension point has more information.
- Author:
- Jesse
Method Summary |
void |
run(Map map)
Performs an action on or with the intercepted map. |
MAP_INTERCEPTOR_EXTENSIONPOINT
static final java.lang.String MAP_INTERCEPTOR_EXTENSIONPOINT
- See Also:
- Constant Field Values
run
void run(Map map)
- Performs an action on or with the intercepted map.
- Parameters:
map
-