|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationState | |
---|---|
gui | |
gui.transact | |
socket |
Uses of ApplicationState in gui |
---|
Fields in gui declared as ApplicationState | |
---|---|
private ApplicationState |
Calendar.appState
|
Methods in gui that return ApplicationState | |
---|---|
protected ApplicationState |
Calendar.getApplicationState()
|
Methods in gui with parameters of type ApplicationState | |
---|---|
boolean |
ApplicationState.equals(ApplicationState s)
|
Constructors in gui with parameters of type ApplicationState | |
---|---|
ApplicationState(ApplicationState appState)
|
Uses of ApplicationState in gui.transact |
---|
Fields in gui.transact declared as ApplicationState | |
---|---|
private ApplicationState |
Transaction.appState
|
Methods in gui.transact that return ApplicationState | |
---|---|
(package private) ApplicationState |
Transaction.getAppState()
|
Constructors in gui.transact with parameters of type ApplicationState | |
---|---|
Transaction(CalendarConfiguration config,
ApplicationState appState,
Dialogue observableDialog)
|
Uses of ApplicationState in socket |
---|
Fields in socket declared as ApplicationState | |
---|---|
private ApplicationState |
DialogueServerHandler.appState
|
Methods in socket that return ApplicationState | |
---|---|
ApplicationState |
DialogueServerHandler.getAppState()
|
Methods in socket with parameters of type ApplicationState | |
---|---|
protected void |
DialogueServerHandler.reconfigure(ApplicationState newAppState)
|
protected void |
SpeechHandler.reconfigure(ApplicationState newAppState)
|
Constructors in socket with parameters of type ApplicationState | |
---|---|
DialogueServerHandler(CalendarConfiguration calendarConf,
ApplicationState appState)
Constructor |
|
SpeechHandler(CalendarConfiguration calendarConf,
ApplicationState appState)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |