|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ObserverState in org.indi.server |
|---|
| Methods in org.indi.server that return ObserverState | |
|---|---|
ObserverState |
Observer.getState()
|
static ObserverState |
ObserverState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ObserverState[] |
ObserverState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.indi.server with parameters of type ObserverState | |
|---|---|
Observer |
BasicDevice.subscribe(java.lang.String device,
java.lang.String name,
ObserverState state)
Register a new observer callback with the server. |
| Constructors in org.indi.server with parameters of type ObserverState | |
|---|---|
Observer(java.lang.String device,
java.lang.String name,
ObserverState state)
class consturctor |
|
SimpleObserver(java.lang.String device,
java.lang.String name,
ObserverState state,
ObserverCallback callback)
class constructor |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||