Interface | Description |
---|---|
CloseModuleCallback |
Callback for a request to close an active module from the UI.
|
DoneCallback |
Callback for "done" from the UI.
|
RestartServerCallback |
Callback for "restart server" from the UI.
|
UiCallback |
Base interface for any callbacks initiated by the UI.
|
Class | Description |
---|---|
CloseModuleEvent |
Event used to request closing an active module.
|
DevModeUI |
Defines the interaction between DevelopmentMode and the UI, so that
alternate UIs can be implemented.
|
DoneEvent |
An event indicating the UI is closing.
|
RestartServerEvent |
Event used to request a restart of the server.
|
UiEvent<C extends UiCallback> |
Base class for any UI event that has a callback.
|
UiEvent.Type<C> |
Type token for a UI event.
|
Copyright © 2018. All rights reserved.