ChangeSpeed

case ChangeSpeed(speed: Speed)

The user signal the intent to change the speed of the simulation.

Value parameters:
speed

the selected speed

Value members

Inherited methods

def interested(engineStatus: EngineStatus): Boolean

Method to understand if a particular event is interesting in a particular engine status.

Method to understand if a particular event is interesting in a particular engine status.

Value parameters:
engineStatus

the engine status in which verify the interest.

Returns:

true if interested, false instead.

Inherited from:
Event
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product