Uses of Interface
jp.sf.mapswidgets.GoogleMapsListener

Uses of GoogleMapsListener in jp.sf.mapswidgets
 

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

Methods in jp.sf.mapswidgets with parameters of type GoogleMapsListener
 void GoogleMaps.addGoogleMapsListener(GoogleMapsListener listener)
          Adds the listener to the collection of listeners who will be notified when the Google Maps status is changed, by sending it one of the messages defined in the GoogleMapsListener interface.
 void GoogleMaps.removeGoogleMapsListener(GoogleMapsListener listener)
          Removes the listener from the collection of listeners who will be notified when the Google Maps status is changed.