Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupJobListener
Packages that use BackupJobListener
Package
Description
-
Uses of BackupJobListener in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupJobListenerModifier and TypeMethodDescriptionvoidBackupChain.addListener(BackupJobListener listener) Add listener to all existing and will be created in future jobs.voidBackupJob.addListener(BackupJobListener listener) Adding listener.voidBackupChain.removeListener(BackupJobListener listener) Remove listener from all existing and don't add it to a created in future jobs.voidBackupJob.removeListener(BackupJobListener listener) Remove listener. -
Uses of BackupJobListener in org.exoplatform.services.jcr.ext.backup.impl
Methods in org.exoplatform.services.jcr.ext.backup.impl with parameters of type BackupJobListenerModifier and TypeMethodDescriptionvoidAbstractBackupJob.addListener(BackupJobListener listener) voidBackupChainImpl.addListener(BackupJobListener listener) voidAbstractBackupJob.removeListener(BackupJobListener listener) voidBackupChainImpl.removeListener(BackupJobListener listener)