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)
IdeListener
addinsLoaded
in interface IdeListener
e
- the eventpublic void mainWindowOpened(IdeEvent e)
IdeListener
mainWindowOpened
in interface IdeListener
e
- the eventpublic void mainWindowClosing(IdeEvent e)
IdeListener
mainWindowClosing
in interface IdeListener
e
- the event