setXRoutine method

void setXRoutine(
  1. XRoutine routine
)

Implementation

void setXRoutine(final XRoutine routine) {
  xRoutine = routine;
}