com.intellij.openapi.editor.event
Interface EditorFactoryListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
EditorFactoryAdapter

public interface EditorFactoryListener
extends java.util.EventListener


Method Summary
 void editorCreated(EditorFactoryEvent event)
           
 void editorReleased(EditorFactoryEvent event)
           
 

Method Detail

editorCreated

void editorCreated(EditorFactoryEvent event)

editorReleased

void editorReleased(EditorFactoryEvent event)