use of jetbrains.communicator.core.Pico in project intellij-plugins by JetBrains.
the class IDEtalkMessagesWindowImpl method projectOpened.
@Override
public void projectOpened() {
super.projectOpened();
installIconBlinker(myToolWindow);
Pico pico = Pico.getInstance();
myEventsProcessor = new EventsProcessor(this, (UserModel) pico.getComponentInstanceOfType(UserModel.class), getLocalDispatcher(), myProject);
myToolWindow.installWatcher(myContentManager);
}