13 lines
289 B
Java
13 lines
289 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.tridium.sys.transfer;
|
|
|
|
import com.tridium.sys.transfer.TransferResult;
|
|
import com.tridium.sys.transfer.TransferStrategy;
|
|
|
|
public interface RemoteTransferSpace {
|
|
public TransferResult transfer(TransferStrategy var1) throws Exception;
|
|
}
|
|
|