public class RestoreEvent extends GwtEvent<RestoreEvent.RestoreHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreEvent.HasRestoreHandlers |
static interface |
RestoreEvent.RestoreHandler
Handler class for
RestoreEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
RestoreEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RestoreEvent.RestoreHandler> |
getAssociatedType() |
Window |
getSource() |
static GwtEvent.Type<RestoreEvent.RestoreHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<RestoreEvent.RestoreHandler> getType()
public GwtEvent.Type<RestoreEvent.RestoreHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RestoreEvent.RestoreHandler>public Window getSource()
getSource in class GwtEvent<RestoreEvent.RestoreHandler>Copyright © 2012. All Rights Reserved.