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