Introduce FrontendSpecificCircle

This commit is contained in:
2025-05-26 16:30:00 +02:00
parent cf6bcd8498
commit ef3b0fce5f
8 changed files with 22 additions and 14 deletions

View File

@ -24,8 +24,8 @@ public abstract class ExecutionTimeSubject extends PICComponent implements PICCo
}
protected void notifyObservers(){
observers.forEach(o -> o.executionTimeChanged());
}
observers.forEach(o -> o.executionTimeChanged());
}
public double getTotalExecutionTime(){
throw new UnsupportedOperationException("No class implements ExecutionTimeSubject correctly!");