Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.util.EventObject
-
- oracle.javatools.util.CollectionEvent<E>
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
static class |
CollectionEvent.Type
Enumeration of the various types of changes to the collection.
|
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Method Summary
-
Methods inherited from class java.util.EventObject
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getItem
public E getItem()
- Returns:
- the item affected by the change.
-
getIndex
public int getIndex()
- Returns:
- the index of the item that was modified, or -1 if indexing is not relevant to this collection.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- Detail:
- Field |
- Constr |
- Method
Copyright © 1997, 2014, Oracle. All rights reserved.