Example code: added FrameStateListener application listener; removed deprecated ProjectManagerListener application listener

This commit is contained in:
Jakub Chrzanowski
2023-03-02 16:31:41 +01:00
committed by Jakub Chrzanowski
parent 2be34f79b2
commit 59ec0d6096
4 changed files with 21 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
</extensions>
<applicationListeners>
<listener class="org.jetbrains.plugins.template.listeners.MyProjectManagerListener"
topic="com.intellij.openapi.project.ProjectManagerListener"/>
<listener class="org.jetbrains.plugins.template.listeners.MyFrameStateListener"
topic="com.intellij.ide.FrameStateListener"/>
</applicationListeners>
</idea-plugin>