public static class

GwtEvent.Type

extends Object
java.lang.Object
   ↳ com.google.gwt.event.shared.GwtEvent.Type<H>
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
GwtEvent.Type()
Constructor.
Public Methods
final int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GwtEvent.Type ()

Constructor.

Public Methods

public final int hashCode ()

public String toString ()