Example usage for com.google.gwt.maps.client.event Event clearInstanceListeners

List of usage examples for com.google.gwt.maps.client.event Event clearInstanceListeners

Introduction

In this page you can find the example usage for com.google.gwt.maps.client.event Event clearInstanceListeners.

Prototype

public static void clearInstanceListeners(HasJso instance) 

Source Link

Document

Removes all listeners for all events for the given instance.

Usage

From source file:es.uem.geoparser.client.view.MapViewImpl.java

License:Apache License

@Override
public void clearInstanceListeners(HasJso instance) {
    Event.clearInstanceListeners(instance);
}