public interface CatalogingListener<_Source> extends BaseEventListener<_Source>
ItemCollection.addCatalogingListener(CatalogingListener)
, ItemCollection.addGlobalCatalogingListener(CatalogingListener)
to add such a listener.Modifier and Type | Method and Description |
---|---|
void |
assetAdded(CatalogingEventObject<_Source> event)
Callback method that gets called when a new record was created due to an asset being added to the catalog.
|
void |
assetFailed(CatalogingEventObject<_Source> event)
Callback method that gets called when an asset failed to catalog.
|
void |
assetIgnored(CatalogingEventObject<_Source> event)
Callback method that gets called when an asset was ignored because it already is referenced by a record in the catalog and this record is up-to-date.
|
void |
assetUpdated(CatalogingEventObject<_Source> event)
Callback method that gets called when a record was updated due to an asset being cataloged.
|
void |
catalogingFinished(CatalogingEventObject<_Source> event)
Callback method that gets called when a new cataloging process has finished.
|
void |
catalogingStarted(CatalogingEventObject<_Source> event)
Callback method that gets called when a new cataloging process has been started.
|
void |
countingAssets(CatalogingEventObject<_Source> event)
Callback method that gets called while a cataloging process is counting the assets to be cataloged.
|
void catalogingStarted(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process.void catalogingFinished(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process.void countingAssets(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process.void assetAdded(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process and the asset.void assetUpdated(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process and the asset.void assetIgnored(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process and the asset.void assetFailed(CatalogingEventObject<_Source> event)
event
- The information about the cataloging process and the asset.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.