List of usage examples for com.intellij.openapi.command CommandAdapter subclass-usage
From source file com.maddyhome.idea.vim.helper.DelegateCommandListener.java
public class DelegateCommandListener extends CommandAdapter { public static DelegateCommandListener getInstance() { return instance; } public void setRunnable(StartFinishRunnable runnable) {
From source file org.jetbrains.idea.svn.SvnFileSystemListener.java
public class SvnFileSystemListener extends CommandAdapter implements LocalFileOperationsHandler { private static final Logger LOG = Logger.getInstance("#org.jetbrains.idea.svn.SvnFileSystemListener"); private final LocalFileSystem myLfs; private static class AddedFileInfo { private final VirtualFile myDir;