CVS: do not hung when closing a project while invoke-and-wait in another thread and...
[fedora-idea.git] / plugins / cvs2 / cvs_util / src / com / intellij / cvsSupport2 / cvsExecution / ModalityContext.java
blob463ec643993c4107da65aeafe9f3b99c3fcc124a
1 /*
2 * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved.
3 */
5 package com.intellij.cvsSupport2.cvsExecution;
7 import com.intellij.openapi.project.Project;
9 public interface ModalityContext {
10 void runInDispatchThread(Runnable action, Project project);
12 boolean isForTemporaryConfiguration();