8 lines
201 B
Java
8 lines
201 B
Java
package javax.baja.platform;
|
|
|
|
import javax.baja.file.BIFile;
|
|
|
|
public interface BackupManager {
|
|
void backup(BIFile bIFile, IPlatformOperationListener iPlatformOperationListener) throws Exception;
|
|
}
|