Package app.events
Class ThemeChangedEvent
java.lang.Object
app.events.Event
app.events.ThemeChangedEvent
public class ThemeChangedEvent extends Event
Event signalizing that the theme of the applicaton has been changed
-
Constructor Summary
Constructors Constructor Description ThemeChangedEvent(java.lang.String theme)
Event signalizing that the theme of the applicaton has been changed -
Method Summary
Modifier and Type Method Description java.lang.String
getTheme()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThemeChangedEvent
public ThemeChangedEvent(java.lang.String theme)Event signalizing that the theme of the applicaton has been changed- Parameters:
theme
- The name of the theme
-
-
Method Details
-
getTheme
public java.lang.String getTheme()- Returns:
- The name of the theme
-