| Package | Description |
|---|---|
| org.openbase.jul.pattern |
| Modifier and Type | Method and Description |
|---|---|
Remote.ConnectionState |
Remote.getConnectionState()
Method returns the current connection state between this remote and its main controller.
|
static Remote.ConnectionState |
Remote.ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Remote.ConnectionState[] |
Remote.ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Remote.waitForConnectionState(Remote.ConnectionState connectionState,
long timeout)
Method blocks until the remote reaches the desired connection state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Remote.addConnectionStateObserver(Observer<Remote.ConnectionState> observer)
This method allows the registration of connection state observers to get informed about connection state changes.
|
void |
Remote.removeConnectionStateObserver(Observer<Remote.ConnectionState> observer)
This method removes already registered connection state observers.
|
Copyright © 2015–2018 openbase.org. All rights reserved.