oracle.ide
Class IdeEvent
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.ide.IdeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class IdeEvent
- extends java.util.EventObject
An event representing a step in the IDE startup and shutdown
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
IdeEvent(java.lang.Object src,
int nID)
Constructor |
Method Summary |
int |
getID()
|
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 |
IDE_ADDINS_LOADED
public static final int IDE_ADDINS_LOADED
IDE_MAINWINDOW_OPENED
public static final int IDE_MAINWINDOW_OPENED
IDE_MAINWINDOW_CLOSING
public static final int IDE_MAINWINDOW_CLOSING
IdeEvent
public IdeEvent(java.lang.Object src,
int nID)
- Constructor
- Parameters:
src
- Source of the event. This will usually be the Ide itself
getID
public int getID()
- Returns:
- the ID of this event. Takes values from IDE_xxx