Uses of Interface
jp.sf.mapswidgets.MarkerListener

Uses of MarkerListener in jp.sf.mapswidgets
 

Classes in jp.sf.mapswidgets that implement MarkerListener
 class MarkerAdapter
          This adapter class provides default implementations for the methods described by the MarkerListener interface.
 

Methods in jp.sf.mapswidgets with parameters of type MarkerListener
 void Marker.addMarkerListener(MarkerListener listener)
          Adds the listener to the collection of listeners who will be notified when the Marker status is changed, by sending it one of the messages defined in the MarkerListener interface.
 void Marker.removeMarkerListener(MarkerListener listener)
          Removes the listener from the collection of listeners who will be notified when the Marker status is changed.