public class PrefsEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
private FHAESPreferences.PrefKey |
pref |
private static long |
serialVersionUID |
Constructor and Description |
---|
PrefsEvent(java.lang.Object source,
FHAESPreferences.PrefKey pref)
Make a new PrefsEvent.
|
Modifier and Type | Method and Description |
---|---|
FHAESPreferences.PrefKey |
getPref()
Get the key for the preference which was changed.
|
private static final long serialVersionUID
private final FHAESPreferences.PrefKey pref
public PrefsEvent(java.lang.Object source, FHAESPreferences.PrefKey pref)
source
- the object which fired this eventpref
- the key for the preference which was changedpublic FHAESPreferences.PrefKey getPref()