mirror of
https://github.com/xfarrow/guify.git
synced 2025-06-05 22:09:25 +02:00
First commit
This commit is contained in:
7
Guify/src/views/interfaces/IQueueFrame.java
Normal file
7
Guify/src/views/interfaces/IQueueFrame.java
Normal file
@ -0,0 +1,7 @@
|
||||
package views.interfaces;
|
||||
|
||||
public interface IQueueFrame {
|
||||
public void setVisible(boolean visible);
|
||||
int addRow(String source, String destination, String operation, int percentage);
|
||||
void updateRow(int rowIndex, int percentage);
|
||||
}
|
Reference in New Issue
Block a user