| Modifier and Type | Method and Description |
|---|---|
static Config.Match |
Config.Match.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.Match[] |
Config.Match.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.listen(String key,
Config.Match keyMatchingRule,
ConfigChangedCallback callback)
Registers a listener on given property.
|
void |
Config.listen(String key,
Config.Match keyMatchingRule,
PropertyChangedCallback callback)
Registers a listener on given property.
|
Copyright © 2016 Irenical. All rights reserved.