176177178179180181182
/** * Sets the payload to the given plain-text value. */ synchronized public void setText(String str) { refresh(str); payload = new PlaintextPayload(str); }