GWT 2.5.0.rc2

com.google.gwt.event.shared
Class DefaultHandlerRegistration

java.lang.Object
  extended by com.google.gwt.event.shared.DefaultHandlerRegistration
All Implemented Interfaces:
HandlerRegistration

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

@Deprecated
public class DefaultHandlerRegistration
extends java.lang.Object
implements HandlerRegistration

Default implementation of HandlerRegistration.


Constructor Summary
protected DefaultHandlerRegistration(HandlerManager manager, GwtEvent.Type<H> type, H handler)
          Deprecated. Creates a new handler registration.
 
Method Summary
(package private)  EventHandler getHandler()
          Deprecated.  
 void removeHandler()
          Deprecated. Removes the given handler from its manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHandlerRegistration

protected DefaultHandlerRegistration(HandlerManager manager,
                                     GwtEvent.Type<H> type,
                                     H handler)
Deprecated. 
Creates a new handler registration.

Type Parameters:
H - Handler type
Parameters:
manager - the handler manager
type - the event type
handler - the handler
Method Detail

removeHandler

public void removeHandler()
Deprecated. 
Removes the given handler from its manager.

Specified by:
removeHandler in interface HandlerRegistration

getHandler

EventHandler getHandler()
Deprecated. 

GWT 2.5.0.rc2