Package com.google.gwt.event.shared
Class LegacyHandlerWrapper
- java.lang.Object
-
- com.google.gwt.event.shared.LegacyHandlerWrapper
-
- All Implemented Interfaces:
HandlerRegistration
,HandlerRegistration
public class LegacyHandlerWrapper extends java.lang.Object implements HandlerRegistration
Wrapper class to ease the transition toHandlerRegistration
.
-
-
Constructor Summary
Constructors Constructor Description LegacyHandlerWrapper(HandlerRegistration real)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeHandler()
Deregisters the handler associated with this registration object if the handler is still attached to the event source.
-
-
-
Constructor Detail
-
LegacyHandlerWrapper
public LegacyHandlerWrapper(HandlerRegistration real)
-
-
Method Detail
-
removeHandler
public void removeHandler()
Description copied from interface:HandlerRegistration
Deregisters the handler associated with this registration object if the handler is still attached to the event source. If the handler is no longer attached to the event source, this is a no-op.- Specified by:
removeHandler
in interfaceHandlerRegistration
-
-