public final class SystemState extends State<SystemInterface>
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemState.Builder
Builder used to construct a new
SystemState. |
| Modifier and Type | Method and Description |
|---|---|
static SystemState.Builder |
builder()
Returns a new builder instance used to construct a new
SystemState. |
Application |
getApplication() |
Device |
getDevice() |
Class<SystemInterface> |
getInterfaceClass() |
User |
getUser() |
public static SystemState.Builder builder()
SystemState.public Application getApplication()
public User getUser()
public Device getDevice()
public Class<SystemInterface> getInterfaceClass()
getInterfaceClass in class State<SystemInterface>Copyright © 2016. All rights reserved.