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

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

Introduction

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

Usage

From source file com.intellij.unscramble.UnscrambleListener.java

/**
 * @author Konstantin Bulenkov
 */
public class UnscrambleListener implements ApplicationActivationListener {
    private static final int MAX_STACKTRACE_SIZE = 100 * 1024;
    private String stacktrace = null;