org.openstreetmap.gui.jmapviewer.interfaces
Interface JMapViewerEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Demo

public interface JMapViewerEventListener
extends java.util.EventListener

Must be implemented for processing commands while user interacts with map viewer.


Method Summary
 void processCommand(JMVCommandEvent command)
           
 

Method Detail

processCommand

void processCommand(JMVCommandEvent command)


JOSM