public final class IDEEvent
extends java.util.EventObject
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.
| Modifier and Type | Method and Description | 
|---|---|
IDE | 
getIDE()
Get the  
IDE where the event happened. | 
public IDEEvent(IDE ide)
ide - the IDE where the event happened.