com.google.gwt.event.shared
Class DefaultHandlerRegistration
java.lang.Object
com.google.gwt.event.shared.DefaultHandlerRegistration
- All Implemented Interfaces:
- HandlerRegistration
public class DefaultHandlerRegistration
- extends 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHandlerRegistration
protected DefaultHandlerRegistration(HandlerManager manager,
GwtEvent.Type<H> type,
H handler)
- Creates a new handler registration.
- Type Parameters:
H
- Handler type- Parameters:
manager
- the handler managertype
- the event typehandler
- the handler
removeHandler
public void removeHandler()
- Removes the given handler from its manager.
- Specified by:
removeHandler
in interface HandlerRegistration