public final class JarIndexWindowActivationListener extends java.lang.Object implements IdeActivationListener
| Constructor and Description |
|---|
JarIndexWindowActivationListener() |
| 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.
|
public void activated(IdeActivationEvent e)
IdeActivationListenerThe IDE calls this method on the AWT/Swing event dispatch thread.
activated in interface IdeActivationListenere - the eventpublic void deactivated(IdeActivationEvent e)
IdeActivationListenerThe IDE calls this method on the AWT/Swing event dispatch thread.
deactivated in interface IdeActivationListenere - the event