Namespace AdrianMiasik.Interfaces
Interfaces
IColorHook
Interface for components/classes that need theme updating when switching between themes / modifying active themes.
ITimerState
Any class that implements this interface will have to define a body method for StateUpdate(). Then anytime the timer changes state such as transitioning from SETUP to RUNNING, all classes that implement this method will have their StateUpdate() method invoked. See enum PomodoroTimer.States for context.