Java com.google.gwt.maps.client.event Event fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.event Event fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.event Event.

The text is from its open source code.

Method

HasMapsEventListeneraddListener(HasJso instance, String eventName, EventCallback callback)
Adds the given listener function to the the given event name for the given object instance.
HasMapsEventListeneraddListener(HasJso instance, String eventName, MouseEventCallback callback)
Adds the given listener function to the the given event name for the given object instance.
voidclearInstanceListeners(HasJso instance)
Removes all listeners for all events for the given instance.
voidclearListeners(HasJso instance, String eventName)
Removes all listeners for the given event for the given instance.
voidremoveListener(HasMapsEventListener listener)
Removes the given listener, which should have been returned by eventAddListener above.
voidtrigger(HasJso instance, String eventName)
Triggers the given event.