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