コード例 #1
0
 /**
  * Called when Screen Loses focus.
  *
  * @throws IOException if display device commands fail
  */
 void focusLost() throws IOException {
   Reporting.report("Screen", 2, "Screen %s lost focus", id);
   hasLostFocus();
 }