Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

javax.ide
Interface IDEListener

All Superinterfaces:
java.util.EventListener

public interface IDEListener
extends java.util.EventListener

Extension writers request notification of IDE events by implementing this interface and registering their IDE listener with the extension deployment descriptor.


Method Summary
 void activated(IDEEvent event)
          Notify listeners that IDE application window has become the active application.
 void deactivated(IDEEvent event)
          Notify listeners that IDE application window has stopped being the active application.
 

Method Detail

activated

void activated(IDEEvent event)
Notify listeners that IDE application window has become the active application.

Parameters:
event - the IDEEvent object.

deactivated

void deactivated(IDEEvent event)
Notify listeners that IDE application window has stopped being the active application.

Parameters:
event - the IDEEvent object.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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