Example usage for com.intellij.openapi.application ModalityStateListener interface-usage

List of usage examples for com.intellij.openapi.application ModalityStateListener interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.application ModalityStateListener interface-usage.

Usage

From source file com.intellij.ide.UiActivityMonitorImpl.java

public class UiActivityMonitorImpl extends UiActivityMonitor implements ModalityStateListener, Disposable {

    private final FactoryMap<Project, BusyContainer> myObjects = new FactoryMap<Project, BusyContainer>() {
        @Override
        protected BusyContainer create(Project key) {
            if (isEmpty()) {