Interface for classes which can change their color.
This commit is contained in:
12
src/main/java/gui/src/interfaces/Themeable.java
Normal file
12
src/main/java/gui/src/interfaces/Themeable.java
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @author Aaron Moser
|
||||
* @date 31.10.2023
|
||||
*/
|
||||
|
||||
package gui.src.interfaces;
|
||||
|
||||
import gui.src.constants.GUIConstants.Theme;
|
||||
|
||||
public interface Themeable {
|
||||
public void setThemeColor(Theme themeColor);
|
||||
}
|
||||
Reference in New Issue
Block a user