org.granite.tide.data
Class CollectionChanges
java.lang.Object
org.granite.tide.data.CollectionChanges
- All Implemented Interfaces:
- Externalizable, Serializable
public class CollectionChanges
- extends Object
- implements Externalizable
- Author:
- William DRAI
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionChanges
public CollectionChanges()
CollectionChanges
public CollectionChanges(CollectionChange[] changes)
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