public interface IdeListener
extends java.util.EventListener
IdeListener should no longer be needed 
 with deferred loading and OSGi.
 
 Listener interface for IDE events.| Modifier and Type | Method and Description | 
|---|---|
| void | addinsLoaded(IdeEvent e)Deprecated. 
 This method (callback) never called anymore. There is
  no replacement. | 
| void | mainWindowClosing(IdeEvent e)Called during the IDE shutdown sequence just before the main
  window is closed. | 
| void | mainWindowOpened(IdeEvent e)Called during the IDE startup sequence after the main window
  has been shown. | 
void addinsLoaded(IdeEvent e)
e - the eventvoid mainWindowOpened(IdeEvent e)
e - the eventvoid mainWindowClosing(IdeEvent e)
e - the event