public class RegisterEvent<T> extends GwtEvent<RegisterEvent.RegisterHandler<T>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterEvent.HasRegisterHandlers<T>
A widget that implements this interface is a public source of
RegisterEvent events. |
static interface |
RegisterEvent.RegisterHandler<T>
Handler class for
RegisterEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
RegisterEvent(T item) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RegisterEvent.RegisterHandler<T>> |
getAssociatedType() |
T |
getItem() |
static GwtEvent.Type<RegisterEvent.RegisterHandler<?>> |
getType()
Gets the type associated with this event.
|
public RegisterEvent(T item)
public static GwtEvent.Type<RegisterEvent.RegisterHandler<?>> getType()
public GwtEvent.Type<RegisterEvent.RegisterHandler<T>> getAssociatedType()
getAssociatedType in class GwtEvent<RegisterEvent.RegisterHandler<T>>public T getItem()
Copyright © 2012. All Rights Reserved.