com.google.gwt.event.shared
Class DefaultHandlerRegistration

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

public class DefaultHandlerRegistration
extends java.lang.Object
implements HandlerRegistration

Default implementation of HandlerRegistration.


Method Summary
 void removeHandler()
          Removes the given handler from its manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

removeHandler

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

Specified by:
removeHandler in interface HandlerRegistration