Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.util
Class CollectionEvent

java.lang.Object
  extended by oracle.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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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