|
GWT 2.4.0 | |||||||||
| 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 | |
|---|---|
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 handler| Method Detail |
|---|
public void removeHandler()
removeHandler in interface HandlerRegistration
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||