public class CollectionItemUpdatedEventObject<_Source> extends CollectionEventObject<_Source>
CollectionListener
interface.Constructor and Description |
---|
CollectionItemUpdatedEventObject(int catalogID,
java.lang.String tableName,
int updatedItemID,
int oldIndex,
int newIndex,
boolean movedOnly,
java.util.Set<GUID> changedFieldUIDs)
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<GUID> |
getChangedFieldUIDs()
Get the fields that have been changed in the item.
|
int |
getNewIndex()
Get the new index of the updated item in the collection.
|
int |
getOldIndex()
Get the old index of the updated item in the collection.
|
int |
getUpdatedItemID()
Get the ID of the item that has been changed.
|
boolean |
isMovedOnly()
Return whether the item has only been moved inside the collection.
|
getCatalogID, getTableName
getSource
public CollectionItemUpdatedEventObject(int catalogID, java.lang.String tableName, int updatedItemID, int oldIndex, int newIndex, boolean movedOnly, java.util.Set<GUID> changedFieldUIDs)
public java.util.Set<GUID> getChangedFieldUIDs()
public boolean isMovedOnly()
true
if the item was only moved, false
if field values have been changed.public int getNewIndex()
public int getOldIndex()
public int getUpdatedItemID()
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.