|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.event.shared.LegacyHandlerWrapper
public class LegacyHandlerWrapper
Wrapper class to ease the transition to
HandlerRegistration
.
Constructor Summary | |
---|---|
LegacyHandlerWrapper(HandlerRegistration real)
|
Method Summary | |
---|---|
void |
removeHandler()
Deregisters the handler associated with this registration object if the handler is still attached to the event source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyHandlerWrapper(HandlerRegistration real)
Method Detail |
---|
public void removeHandler()
HandlerRegistration
removeHandler
in interface HandlerRegistration
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |