Class ThemeChangeEvent
- java.lang.Object
-
- com.github.weisj.darklaf.theme.event.ThemeChangeEvent
-
- All Implemented Interfaces:
ThemeEvent
public class ThemeChangeEvent extends Object implements ThemeEvent
-
-
Constructor Summary
Constructors Constructor Description ThemeChangeEvent(Theme oldTheme, Theme newTheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThemegetNewTheme()Gets the new theme.ThemegetOldTheme()Gets the old theme.StringtoString()
-