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)
IdeListenerNote: This event is not fired when the IDE is run in headless mode.
mainWindowOpened in interface IdeListenere - the eventpublic void mainWindowClosing(IdeEvent e)
IdeListenerNote: This event is not fired when the IDE is run in headless mode.
mainWindowClosing in interface IdeListenere - the event