/*
   * Handles the events ClientSuccessfullReconnectNotificationEvent
   */
  @Override
  public void handleClientSuccessfullReconnectNotificationEvent(FermatEvent fermatEvent) {

    if (communicationNetworkServiceConnectionManager != null)
      communicationNetworkServiceConnectionManager.restart();
  }