|
|||||||||
| Home >> All >> javax >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide
Class IDEEvent

java.lang.Objectjava.util.EventObject
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() 55 can be used to
retrieve the IDE instance.
| 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.
| 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
IDEobject.
|
|||||||||
| Home >> All >> javax >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC