Package edu.wpi.grip.core.events
Class AppSettingsChangedEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.AppSettingsChangedEvent
-
- All Implemented Interfaces:
LoggableEvent
public class AppSettingsChangedEvent extends java.lang.Object implements LoggableEvent
An event fired when the app settings are changed.
-
-
Constructor Summary
Constructors Constructor Description AppSettingsChangedEvent(AppSettings appSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppSettings
getAppSettings()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.wpi.grip.core.events.LoggableEvent
asLoggableString, logLevel
-
-
-
-
Constructor Detail
-
AppSettingsChangedEvent
public AppSettingsChangedEvent(AppSettings appSettings)
-
-
Method Detail
-
getAppSettings
public AppSettings getAppSettings()
-
-