public interface ApplicationInitializedListener
com.intellij.applicationInitializedListener to register listener.
Please note - you cannot use ExtensionPointName.findExtension(java.lang.Class<V>) because this extension point is cleared up after app loading.
Not part of ApplicationLoadListener to avoid class loading before application initialization.
| Modifier and Type | Method and Description |
|---|---|
void |
componentsInitialized()
Invoked when all application level components are initialized in the same thread where components are initializing (EDT is not guaranteed).
|
void componentsInitialized()