touch method

void touch()

Activate automatic aspect management for this watched variable.

Implementation

void touch() {
  // add the [rxAspects] to the rx automatic aspect list,
  // for later getRxAutoAspects() to register to [Host]
  stateRxAutoAspects.addAll(rxAspects);
}