Extension SDK 10.1.2

oracle.ide.util
Class CollectionEvent

java.lang.Object
  extended byoracle.ide.util.CollectionEvent

public class CollectionEvent
extends java.lang.Object


Field Summary
static int ELEMENT_ADDED
           
static int ELEMENT_REMOVED
           
 
Constructor Summary
CollectionEvent(int nID, java.lang.Object source, java.lang.Object element)
           
 
Method Summary
 java.lang.Object getElement()
           
 int getID()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_ADDED

public static final int ELEMENT_ADDED
See Also:
Constant Field Values

ELEMENT_REMOVED

public static final int ELEMENT_REMOVED
See Also:
Constant Field Values
Constructor Detail

CollectionEvent

public CollectionEvent(int nID,
                       java.lang.Object source,
                       java.lang.Object element)
Method Detail

getSource

public java.lang.Object getSource()

getElement

public java.lang.Object getElement()

getID

public int getID()

Extension SDK

 

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