/**
  * Removes a new listener to be notified anymore when a change is made to the content of the SDK.
  */
 public void removeListener(ISdkChangeListener listener) {
   mUpdaterData.removeListener(listener);
 }