Class SetupController.Interval

java.lang.Object
page.codeberg.friedolyn.gui.controllers.SetupController.Interval
Enclosing class:
SetupController

private static class SetupController.Interval extends Object
Represents a time span in days, hours, and minutes. Can be normalised to minutes using the toMinutes() method. Each object is thread-safe, i.e. it makes use of locks and synchronisation to ensure that two threads cannot interfere with each other when modifying the object's state.