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