public class

DemoStatus

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.dev.DemoStatus

Class Overview

Holds information about the status of the currently running demo.

Summary

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

Public Constructors

public DemoStatus (long demoModeId, boolean running, boolean loop)

Creates a new instance.

Public Methods

public long getDemoModeId ()

Returns the id of the demo.

Returns
  • the id of the demo

public boolean isLoop ()

Returns whether the demo is looping

Returns
  • whether the demo is looping

public boolean isRunning ()

Returns whether the demo is running

Returns
  • whether the demo is running

public String toString ()