public class IdeAdapter extends java.lang.Object implements IdeListener
IdeListener| Constructor and Description | 
|---|
IdeAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addinsLoaded(IdeEvent e)
Called during the IDE startup sequence after all addins have
  finished loading. 
 | 
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. 
 | 
public void addinsLoaded(IdeEvent e)
IdeListeneraddinsLoaded in interface IdeListenere - the eventpublic void mainWindowOpened(IdeEvent e)
IdeListenermainWindowOpened in interface IdeListenere - the eventpublic void mainWindowClosing(IdeEvent e)
IdeListenermainWindowClosing in interface IdeListenere - the event