public class

DefaultHandlerRegistration

extends Object
implements HandlerRegistration
java.lang.Object
   ↳ com.google.gwt.event.shared.DefaultHandlerRegistration

This class is deprecated.
with no replacement; this class is no longer used by any GWT code

Class Overview

Default implementation of HandlerRegistration.

Summary

Protected Constructors
<H extends EventHandler> DefaultHandlerRegistration(HandlerManager manager, Type<H> type, H handler)
Creates a new handler registration.
Public Methods
void removeHandler()
Removes the given handler from its manager.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.event.shared.HandlerRegistration

Protected Constructors

protected DefaultHandlerRegistration (HandlerManager manager, Type<H> type, H handler)

Creates a new handler registration.

Parameters
manager the handler manager
type the event type
handler the handler

Public Methods

public void removeHandler ()

Removes the given handler from its manager.