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

E13403-05

javax.ide
Class IDEEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.ide.IDEEvent
All Implemented Interfaces:
java.io.Serializable

public final class IDEEvent
extends java.util.EventObject

The IDEEvent is the parameter passed to the IDEListener methods when the active state of the IDE application has changed.

The IDEEvent source is the IDE instance whose state is changing. The convenience method getIDE() can be used to retrieve the IDE instance.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IDEEvent(IDE ide)
          Constructor.
 
Method Summary
 IDE getIDE()
          Get the IDE where the event happened.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDEEvent

public IDEEvent(IDE ide)
Constructor.

Parameters:
ide - the IDE where the event happened.
Method Detail

getIDE

public IDE getIDE()
Get the IDE where the event happened. This is functionally equivalent to casting the result of getSource() to a IDE object.

Returns:
the IDE whose state has changed.

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

E13403-05

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