Java 类com.intellij.openapi.components.impl.stores.BatchUpdateListener 实例源码

项目:intellij-ce-playground    文件:ProjectRootManagerComponent.java   
@Override
public void initComponent() {
  myConnection.subscribe(BatchUpdateListener.TOPIC, myHandler);
}
项目:tools-idea    文件:ProjectRootManagerComponent.java   
@Override
public void initComponent() {
  super.initComponent();
  myConnection.subscribe(BatchUpdateListener.TOPIC, myHandler);
}
项目:consulo    文件:ProjectRootManagerComponent.java   
@Override
public void initComponent() {
  myConnection.subscribe(BatchUpdateListener.TOPIC, myHandler);
}