Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueChangedAct<T>

Communicates that a value was received and recorded as a change to previously obtained information.

This act does not imply that the value is valid or otherwise meets any requirements. It merely communicates successful reception.

This act implies that there was no significant ambiguity. In situations were ambiguity is present a more specific act should be created and issued to communicate that clearly to the user.

Default rendering (en-US): "OK, updated to (value)."

Usage:

  • Typically issued when a user explicitly changes a value, e.g. 'actually change it to tomorrow'.
  • Also issued when the user provides data on their own initiative which override previous data e.g. "U: Send it Monday" ... then later ... "U: Send it on Thursday".

Type parameters

  • T

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

payload

takesInitiative

takesInitiative: boolean

Methods

render

toString

  • toString(): string
  • Produces a string representation of the SystemAct.

    The associated Control.id is included but the complete details of the associate Control are omitted for brevity.

    Returns string