Class EventProducingArtifactArchivedListener
java.lang.Object
ch.admin.bit.jeap.processarchive.domain.archive.event.EventProducingArtifactArchivedListener
- All Implemented Interfaces:
ch.admin.bit.jeap.processarchive.plugin.api.archivedartifact.ArtifactArchivedListener
@Component
public class EventProducingArtifactArchivedListener
extends Object
implements ch.admin.bit.jeap.processarchive.plugin.api.archivedartifact.ArtifactArchivedListener
ArtifactArchivedListener producing a SharedArchivedArtifactVersionCreatedEvent-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidonArtifactArchived(ch.admin.bit.jeap.processarchive.plugin.api.archivedartifact.ArchivedArtifact archivedArtifact)
-
Constructor Details
-
EventProducingArtifactArchivedListener
-
-
Method Details
-
onArtifactArchived
public void onArtifactArchived(ch.admin.bit.jeap.processarchive.plugin.api.archivedartifact.ArchivedArtifact archivedArtifact) - Specified by:
onArtifactArchivedin interfacech.admin.bit.jeap.processarchive.plugin.api.archivedartifact.ArtifactArchivedListener
-