| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.online |
| Modifier and Type | Method and Description |
|---|---|
static OnlineState |
OnlineState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnlineState[] |
OnlineState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
Online.addOnlineListener(com.vaadin.flow.function.SerializableConsumer<OnlineState> onOnline)
Register an online listener.
|
static void |
Online.getOnlineState(com.vaadin.flow.function.SerializableConsumer<OnlineState> onStateReceived)
Get the current OnLine state of the device (The state can not be retrieved while the client is offline).
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.