Package com.taobao.eclipse.plugin.reviewboard.core.config.clientmanager

Examples of com.taobao.eclipse.plugin.reviewboard.core.config.clientmanager.IReviewboardClientRepository.resetCache()


        cacheResetButton.addSelectionListener(new SelectionAdapter() {
            @Override
            public void widgetSelected(SelectionEvent e) {
              IReviewboardClientRepository rbClientRepository = ReviewboardClientRepository.getSingletonInstance();
                if( null != rbClientRepository ){
                    rbClientRepository.resetCache();
                }
                MessageDialog.openInformation( getShell(),
                        RbCoreMessages.getString("TITLE_INFORMATION"),
                        RbCoreMessages.getString("CACHE_RESET_ALREADY"));
            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.