|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectComponent
Project-level component's implementation class should implement the ProjectComponent interface.
It should have constructor with a single parameter of Project
type or with no parameters.
See plugins.html for more information.
| Method Summary | |
|---|---|
void |
projectClosed()
Invoked when the project corresponding to this component instance is closed. |
void |
projectOpened()
Invoked when the project corresponding to this component instance is opened. |
| Methods inherited from interface com.intellij.openapi.components.BaseComponent |
|---|
disposeComponent, getComponentName, initComponent |
| Method Detail |
|---|
void projectOpened()
Note that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
void projectClosed()
Note that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||