Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.ui |
Modifier and Type | Class and Description |
---|---|
class |
DevMode
The main executable class for the hosted mode shell.
|
class |
DevModeBase
The main executable class for the hosted mode shell.
|
class |
HostedMode
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
UiEvent<C extends UiCallback>
Base class for any UI event that has a callback.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseModuleCallback
Callback for a request to close an active module from the UI.
|
interface |
DoneCallback
Callback for "done" from the UI.
|
interface |
RestartServerCallback
Callback for "restart server" from the UI.
|
Modifier and Type | Method and Description |
---|---|
protected <C extends UiCallback> |
DevModeUI.getCallback(UiEvent.Type<?> eventType)
Call callback for a given event.
|
<C extends UiCallback> |
DevModeUI.setCallback(UiEvent.Type<C> type,
C callback)
Sets the callback for a given event type..
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DevModeUI.hasCallback(UiEvent.Type<? extends UiCallback> eventType)
Returns true if a callback has been registered for an event.
|
Copyright © 2018. All rights reserved.