SuggestionCompletionCache.getInstance().refreshPackage( importedPackageSelector.getSelectedPackage(),
new Command() {
public void execute() {
//Some assets depend on the SuggestionCompletionEngine. This event is to notify them that the
//SuggestionCompletionEngine has been changed, they need to refresh their UI to represent the changes.
eventBus.fireEvent( new RefreshSuggestionCompletionEngineEvent( importedPackageSelector.getSelectedPackage() ) );
LoadingPopup.close();
}
} );
}
}