com.ashridgetech.gen2j.util
Class CollectionUpdates

java.lang.Object
  |
  +--com.ashridgetech.gen2j.util.CollectionChanges
        |
        +--com.ashridgetech.gen2j.util.CollectionUpdates
All Implemented Interfaces:
Serializable

public class CollectionUpdates
extends CollectionChanges

Extends CollectionChanges to hold also a collection of updated elements.

See Also:
Serialized Form

Field Summary
protected  List updatedElements
           
 
Fields inherited from class com.ashridgetech.gen2j.util.CollectionChanges
addedElements, EMPTY_LIST, removedElements
 
Constructor Summary
CollectionUpdates()
           
 
Method Summary
 List getUpdatedElements()
           
 void update(Object o)
           
 
Methods inherited from class com.ashridgetech.gen2j.util.CollectionChanges
add, getAddedElements, getRemovedElements, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updatedElements

protected List updatedElements
Constructor Detail

CollectionUpdates

public CollectionUpdates()
Method Detail

update

public void update(Object o)

getUpdatedElements

public List getUpdatedElements()


Copyright © 2002 Ashridge Technologies Ltd. All Rights Reserved.