JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.