no message

This commit is contained in:
2024-03-04 20:51:52 +03:00
parent e8f2e50257
commit 121d91cf77
8 changed files with 78 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
package Visual_DVM_2021.UI.Interface;
import TestingSystem.DVM.DVMTasks.DVMRunTask;
import TestingSystem.SAPFOR.SapforPackage.SapforPackage;
public interface TestingWindow extends VisualizerForm {
void ShowAll();
//-
@@ -23,4 +24,5 @@ public interface TestingWindow extends VisualizerForm {
void ShowCurrentDVMPackage();
void ShowNoCurrentDVMPackage();
void CompareDVMRunTasks(DVMRunTask master, DVMRunTask slave);
void CompareSapforPackages(SapforPackage master, SapforPackage slave);
}