public interface IDEListener
extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
activated(IDEEvent event)
Notify listeners that IDE application window has become the active
 application. 
 | 
void | 
deactivated(IDEEvent event)
Notify listeners that IDE application window has stopped being the active
 application. 
 |