public interface

HandlerRegistration

com.google.gwt.event.shared.HandlerRegistration
Known Indirect Subclasses

Class Overview

Registration returned from a call to addHandler(com.google.gwt.event.shared.GwtEvent.Type, EventHandler) . Use the handler registration to remove handlers when they are no longer needed. Note, this interface is under the control of the HandlerManager class and may be expanded over time, so extend DefaultHandlerRegistration if you do not wish to get compiler errors if we extend the handler registry functionality.

Summary

Public Methods
abstract void removeHandler()
Removes the given handler from its manager.

Public Methods

public abstract void removeHandler ()

Removes the given handler from its manager.