private void fireOnOptimizeLibraryListener() {
   for (OnLibraryDownloadListener l : listeners) {
     l.OnOptimizeLibrary();
   }
 }