jp.sf.mapswidgets
Class MarkerAdapter

java.lang.Object
  extended by jp.sf.mapswidgets.MarkerAdapter
All Implemented Interfaces:
java.util.EventListener, MarkerListener, org.eclipse.swt.internal.SWTEventListener

public class MarkerAdapter
extends java.lang.Object
implements MarkerListener

This adapter class provides default implementations for the methods described by the MarkerListener interface.

See Also:
MarkerAdapter

Constructor Summary
MarkerAdapter()
           
 
Method Summary
 void clicked()
          Called when the user clicks on the marker.
 void infoWindowClosed()
          Called when the info window above the marker is closed.
 void infoWindowOpend()
          Called when the info window is opened above the marker.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerAdapter

public MarkerAdapter()
Method Detail

clicked

public void clicked()
Description copied from interface: MarkerListener
Called when the user clicks on the marker.

See Google Maps API documentation [Class Reference > GMarker > Events > click].

Specified by:
clicked in interface MarkerListener

infoWindowClosed

public void infoWindowClosed()
Description copied from interface: MarkerListener
Called when the info window above the marker is closed.

See Google Maps API documentation [Class Reference > GMarker > Events > infowindowclose].

Specified by:
infoWindowClosed in interface MarkerListener

infoWindowOpend

public void infoWindowOpend()
Description copied from interface: MarkerListener
Called when the info window is opened above the marker.

See Google Maps API documentation [Class Reference > GMarker > Events > infowindowopen].

Specified by:
infoWindowOpend in interface MarkerListener