Package com.google.gwt.event.shared
Class GwtEvent.Type<H>
java.lang.Object
com.google.web.bindery.event.shared.Event.Type<H>
com.google.gwt.event.shared.GwtEvent.Type<H>
- Type Parameters:
H
- handler type
- Direct Known Subclasses:
DomEvent.Type
- Enclosing class:
GwtEvent<H extends EventHandler>
Type class used to register events with the
HandlerManager
.
Type is parameterized by the handler type in order to make the addHandler method type safe.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.web.bindery.event.shared.Event.Type
hashCode, toString
-
Constructor Details
-
Type
public Type()
-