org.granite.tide.data
Class CollectionChanges

java.lang.Object
  extended by org.granite.tide.data.CollectionChanges
All Implemented Interfaces:
Externalizable, Serializable

public class CollectionChanges
extends Object
implements Externalizable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
CollectionChanges()
           
CollectionChanges(CollectionChange[] changes)
           
 
Method Summary
 CollectionChange[] getChanges()
           
 void readExternal(ObjectInput in)
           
 void setChanges(CollectionChange[] changes)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionChanges

public CollectionChanges()

CollectionChanges

public CollectionChanges(CollectionChange[] changes)
Method Detail

getChanges

public CollectionChange[] getChanges()

setChanges

public void setChanges(CollectionChange[] changes)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException