oracle.ide
Class IdeActivationEvent
java.lang.Object
java.util.EventObject
oracle.ide.IdeActivationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class IdeActivationEvent
- extends java.util.EventObject
An event representing activation or deactivation of the IDE.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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_ACTIVATED
public static final int IDE_ACTIVATED
- See Also:
- Constant Field Values
IDE_DEACTIVATED
public static final int IDE_DEACTIVATED
- See Also:
- Constant Field Values
IdeActivationEvent
public IdeActivationEvent(java.lang.Object src,
int nID)
- Constructor
- Parameters:
src
- Source of the event. This will usually be the Ide itself
IdeActivationEvent
public IdeActivationEvent(java.lang.Object src,
int nID,
java.util.Collection nodes)
- 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
getExternalNodeChanges
public java.util.Collection getExternalNodeChanges()
- Gets the nodes whose files have been changed externally. This value may
be non-null in an activation event.
- Returns:
- the node collection.
Copyright ©1997, 2003, Oracle. All rights reserved.