The RealTimeNumber or HistoricalNumber which was modified
The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.
Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.
The sessionId corresponding to the session that performed the modification
The user which performed the modification
The new value of the number
Emitted when arithmetic is performed on a RealTimeNumber.
When the value of a RealTimeNumber is directly set (with e.g.
rtNumber.value(23)
), a NumberSetValueEvent is emitted.