Пример #1
0
 private void deliverIconify(final boolean iconify) {
   if (peer != null) {
     peer.notifyIconify(iconify);
   }
 }