Ejemplo n.º 1
0
 /**
  * Notify hint messages what action is expected to calling class.
  *
  * @param msgId Id of the hint message.
  */
 private void setHintMessage(int msgId) {
   if (mESTInterface != null) {
     mESTInterface.notifyHintMsg(msgId);
   }
 }