public interface SystemState
| Modifier and Type | Interface and Description |
|---|---|
static class |
SystemState.SystemEvent |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<SystemState.SystemEvent> |
change() |
boolean |
isBooting() |
boolean |
isReady() |
void |
notify(SystemState.SystemEvent value) |
rx.Observable<Container> |
ready() |
boolean isBooting()
boolean isReady()
rx.Observable<Container> ready()
rx.Observable<SystemState.SystemEvent> change()
void notify(SystemState.SystemEvent value)
Copyright © 2016. All rights reserved.