Extension SDK

oracle.ide
Class IdeActivationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.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

Field Summary
static int IDE_ACTIVATED
           
static int IDE_DEACTIVATED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IdeActivationEvent(java.lang.Object src, int nID)
          Constructor
IdeActivationEvent(java.lang.Object src, int nID, java.util.Collection nodes)
          Constructor
 
Method Summary
 java.util.Collection getExternalNodeChanges()
          Gets the nodes whose files have been changed externally.
 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
 

Field Detail

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
Constructor Detail

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
Method Detail

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.

Extension SDK

 

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