| Interface | Description |
|---|---|
| Connection |
Interface to be implemented by objects that connect web-client to the middleware.
|
| WebConfig |
Web Client configuration parameters interface.
|
| Class | Description |
|---|---|
| App |
Central class of the web application.
|
| AppUI |
Single window / page of web application.
|
| Connection.StateChangeEvent | |
| Connection.UserSubstitutedEvent | |
| DefaultApp |
Default
App implementation that shows AppLoginWindow on start. |