v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.dev.DemoStatus |
Holds information about the status of the currently running demo.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
DemoStatus(long demoModeId, boolean running, boolean loop)
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long |
getDemoModeId()
Returns the id of the demo.
| ||||||||||
| boolean |
isLoop()
Returns whether the demo is looping
| ||||||||||
| boolean |
isRunning()
Returns whether the demo is running
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Returns the id of the demo.
Returns whether the demo is looping
Returns whether the demo is running