link start!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.tridium.sys.transfer;
|
||||
|
||||
public interface RemoteTransferSpace {
|
||||
TransferResult transfer(TransferStrategy transferStrategy) throws Exception;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.tridium.sys.transfer;
|
||||
|
||||
public interface TransferListener {
|
||||
void updateStatus(String str);
|
||||
}
|
||||
Reference in New Issue
Block a user