public class ConfigChangeEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Config |
source
the source of this event
|
| Constructor and Description |
|---|
ConfigChangeEvent(Config source)
creates a new ConfigChangeEvent
|
| Modifier and Type | Method and Description |
|---|---|
Config |
getSource()
returns the Config that caused this event
|
private Config source
public ConfigChangeEvent(Config source)
source - the Config where the event had its
originpublic Config getSource()