com.google.gwt.event.shared
Class GwtEvent.Type<H>
java.lang.Object
com.google.gwt.event.shared.GwtEvent.Type<H>
- Type Parameters:
H
- handler type
- Enclosing class:
- GwtEvent<H extends EventHandler>
public static class GwtEvent.Type<H>
- extends Object
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.
GwtEvent.Type
public GwtEvent.Type()
- Constructor.
hashCode
public final int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object