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

Field Summary
static java.lang.String MAP_INTERCEPTOR_EXTENSIONPOINT
           
 
Method Summary
 void run(Map map)
          Performs an action on or with the intercepted map.
 

Field Detail

MAP_INTERCEPTOR_EXTENSIONPOINT

static final java.lang.String MAP_INTERCEPTOR_EXTENSIONPOINT
See Also:
Constant Field Values
Method Detail

run

void run(Map map)
Performs an action on or with the intercepted map.

Parameters:
map -