|
GWT 2.5.0.rc2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.event.shared.DefaultHandlerRegistration
@Deprecated public class DefaultHandlerRegistration
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 |
---|
protected DefaultHandlerRegistration(HandlerManager manager, GwtEvent.Type<H> type, H handler)
H
- Handler typemanager
- the handler managertype
- the event typehandler
- the handlerMethod Detail |
---|
public void removeHandler()
removeHandler
in interface HandlerRegistration
EventHandler getHandler()
|
GWT 2.5.0.rc2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |