mirror of
https://github.com/xfarrow/guify.git
synced 2025-06-05 22:09:25 +02:00
Fix #2
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
package views.interfaces;
|
||||
|
||||
import code.TransferProgress;
|
||||
|
||||
public interface IQueueFrame {
|
||||
public void setVisible(boolean visible);
|
||||
int addRow(String source, String destination, String operation, int percentage);
|
||||
void updateRow(int rowIndex, int percentage);
|
||||
public void manageTransferProgress(TransferProgress transferProgress);
|
||||
}
|
||||
|
Reference in New Issue
Block a user