Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.net
Class JarIndexWindowActivationListener

java.lang.Object
  extended by oracle.ide.net.JarIndexWindowActivationListener
All Implemented Interfaces:
java.util.EventListener, IdeActivationListener

public final class JarIndexWindowActivationListener
extends java.lang.Object
implements IdeActivationListener


Constructor Summary
JarIndexWindowActivationListener()
           
 
Method Summary
 void activated(IdeActivationEvent e)
          Called when the user activates the IDE.
 void deactivated(IdeActivationEvent e)
          Called when the user deactivates the IDE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarIndexWindowActivationListener

public JarIndexWindowActivationListener()
Method Detail

activated

public void activated(IdeActivationEvent e)
Description copied from interface: IdeActivationListener
Called when the user activates the IDE. Usually this means bringing IDE's user interface to the foreground, after switching from a different application.

The IDE calls this method on the AWT/Swing event dispatch thread.

Specified by:
activated in interface IdeActivationListener
Parameters:
e - the event

deactivated

public void deactivated(IdeActivationEvent e)
Description copied from interface: IdeActivationListener
Called when the user deactivates the IDE. Usually this means moving the IDE's user interface into the background and switching to a different application.

The IDE calls this method on the AWT/Swing event dispatch thread.

Specified by:
deactivated in interface IdeActivationListener
Parameters:
e - the event

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.