Uses of Interface
org.exoplatform.services.jcr.ext.backup.BackupJobListener
-
Packages that use BackupJobListener Package Description org.exoplatform.services.jcr.ext.backup org.exoplatform.services.jcr.ext.backup.impl -
-
Uses of BackupJobListener in org.exoplatform.services.jcr.ext.backup
Methods in org.exoplatform.services.jcr.ext.backup with parameters of type BackupJobListener Modifier and Type Method Description voidBackupChain. 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 BackupJobListener Modifier and Type Method Description voidAbstractBackupJob. addListener(BackupJobListener listener)voidBackupChainImpl. addListener(BackupJobListener listener)voidAbstractBackupJob. removeListener(BackupJobListener listener)voidBackupChainImpl. removeListener(BackupJobListener listener)
-