public class ConfigChangeEvent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ADD |
static String |
TYPE_DELETE |
static String |
TYPE_UPDATE |
Constructor and Description |
---|
ConfigChangeEvent(String type,
String key,
String newValue,
String oldvalue) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getNewValue() |
String |
getOldvalue() |
String |
getType() |
public static final String TYPE_ADD
public static final String TYPE_DELETE
public static final String TYPE_UPDATE
Copyright © 2006–2018 TinyGroup. All rights reserved.