public class WebAppConnectedStatusEvent
Represents the connected status event of a web app.
| Constructor and Description |
|---|
WebAppConnectedStatusEvent(WebAppStatus status)
Creates an instance of
class WebAppConnectedStatusEvent. |
| Modifier and Type | Method and Description |
|---|---|
WebAppStatus |
getStatus()
The status of the web app.
|
public WebAppConnectedStatusEvent(@NotNull
WebAppStatus status)
Creates an instance of class WebAppConnectedStatusEvent.
status - The status of the web app.class WebAppConnectedStatusEvent@NotNull public WebAppStatus getStatus()
The status of the web app.