public class Lifecycle extends APIBean
| Constructor and Description |
|---|
Lifecycle()
Default constructor
|
Lifecycle(LifecycleState state)
Constructor used by the implementation
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleState |
getState()
Returns the state of the application
|
void |
setState(LifecycleState state)
Set the State of the application
|
public Lifecycle()
public Lifecycle(LifecycleState state)
state - of the apppublic LifecycleState getState()
public void setState(LifecycleState state)
state - of the app