}
}
- @Override
- protected void clear() {
- }
-
@Override
public void processSessionEvent(@NotNull SessionEvent event) {
}
/*
- * Copyright 2000-2013 JetBrains s.r.o.
+ * Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@Override
public void processSessionEvent(@NotNull SessionEvent event) {
}
-
- @Override
- protected void clear() {
- }
}
node = createInfoMessage(tree, debugProcess.getCurrentStateMessage(), debugProcess.getCurrentStateHyperlinkListener());
}
tree.setRoot(node, true);
+ super.clear();
}
public static class InlineVariablesInfo {
}
}
+ @Override
+ protected void clear() {
+ removeSelectionListener();
+ }
+
private void disposeTreeRestorer() {
if (myTreeRestorer != null) {
myTreeRestorer.dispose();