/**
  * Add the specified listener to the list of listener. Do not add it if the listener is already in
  * the list.
  *
  * @param listener
  */
 public void addLayersModelEventListener(ILayersStackApplicationEventListener listener) {
   // Add to the inner notifier
   layersStackApplicationEventNotifier.addLayersModelEventListener(listener);
 }