|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PsiDocumentManager.Listener
Listener for receiving notifications about creation of Document and PsiFile instances.
| Method Summary | |
|---|---|
void |
documentCreated(Document document,
PsiFile psiFile)
Called when a document instance is created for a file. |
void |
fileCreated(PsiFile file,
Document document)
Called when a file instance is created for a document. |
| Method Detail |
|---|
void documentCreated(Document document,
PsiFile psiFile)
document - the created document instance.psiFile - the file for which the document was created.PsiDocumentManager.getDocument(PsiFile)
void fileCreated(PsiFile file,
Document document)
file - the created file instance.document - the document for which the file was created.PsiDocumentManager.getDocument(PsiFile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||