termAction method

int termAction(
  1. int index
)

Implementation

int termAction(int index) {
  return prs.termAction(index);
}