Interface BackupJobListener
public interface BackupJobListener
Created by The eXo Platform SAS.
Date: 05.02.2008
- Version:
- $Id: BackupJobListener.java 760 2008-02-07 15:08:07Z pnedonosko $
- Author:
- Peter Nedonosko
-
Method Summary
-
Method Details
-
onStateChanged
onStateChanged.- Parameters:
job- BackupJob, the backup job
-
onError
onError.- Parameters:
job- BackupJob, the backup jobmessage- String, the error messageerror- Throwable, the cause exception
-