public MapMouseListener getMapMouseListener() { return this; } public String[] getMouseModeServiceList() { return new String[] { SelectMouseMode.modeID }; }
This class is functionally the same as the AbstractMouseMode, except that it actually calls the fire methods in the MapMouseSupport object to propagate the events.
|
|
|
|
|
|
|
|