|
GWT 2.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.event.shared.DefaultHandlerRegistration
public class DefaultHandlerRegistration
Default implementation of HandlerRegistration.
| Constructor Summary | |
|---|---|
protected |
DefaultHandlerRegistration(HandlerManager manager,
GwtEvent.Type<H> type,
H handler)
Creates a new handler registration. |
| 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 |
| 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.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||