16 lines
349 B
Java
16 lines
349 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* javax.baja.file.BIFile
|
|
*/
|
|
package javax.baja.platform;
|
|
|
|
import javax.baja.file.BIFile;
|
|
import javax.baja.platform.IPlatformOperationListener;
|
|
|
|
public interface BackupManager {
|
|
public void backup(BIFile var1, IPlatformOperationListener var2) throws Exception;
|
|
}
|
|
|