public interface IdeActivationListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
activated(IdeActivationEvent e)
Called when the user activates the IDE.
|
void |
deactivated(IdeActivationEvent e)
Called when the user deactivates the IDE.
|
void activated(IdeActivationEvent e)
The IDE calls this method on the AWT/Swing event dispatch thread.
e - the eventvoid deactivated(IdeActivationEvent e)
The IDE calls this method on the AWT/Swing event dispatch thread.
e - the event