updateText abstract method

void updateText(
  1. String tag,
  2. String value
)

更新文本值 tag 文本标识 value 文本值

Implementation

void updateText(String tag, String value);