touch method
void
touch()
Activate automatic aspect management for this watched variable.
Implementation
void touch() {
// add the _tag to the rx automatic aspect list,
// for later getRxAutoAspects() to register to host
stateRxAutoAspects.addAll(rxAspects);
}