com.google.maps.gwt.client
Class MapsEventListener

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MapsEventListener

public class MapsEventListener
extends JavaScriptObject

This class is opaque. It has no methods and no constructor. Its instances are returned from addListener(), addDomListener() and are eventually passed back to removeListener(). THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected MapsEventListener()
          Protected constructor avoids default public constructor.
 
Method Summary
 void removeListener()
          Removes the given listener, which should have been returned by addListener method on a type that listens for events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsEventListener

protected MapsEventListener()
Protected constructor avoids default public constructor.

Method Detail

removeListener

public final void removeListener()
Removes the given listener, which should have been returned by addListener method on a type that listens for events.