示例#1
0
  /**
   * Methode: refresh ----------------
   *
   * @see Client#refresh(boolean)
   */
  public void refresh(boolean animationInclusive) throws RemoteException {
    if (listener != null) {
      if (animationInclusive) {
        listener.boardConstellationChanged(server.getPieces());
      }

      listener.statusChanged();
    }
  }