public class ReconfigurableRegistry extends Object
Modifier and Type | Method and Description |
---|---|
static void |
register(Reconfigurable listener)
Add a listener.
|
static boolean |
unregister(Reconfigurable listener)
remove the listener related to the given property.
|
static boolean |
update()
When the property was reconfigured, this function will be invoked.
|
public static void register(Reconfigurable listener)
listener
- the given property listenerpublic static boolean unregister(Reconfigurable listener)
listener
- the listenerpublic static boolean update()
Copyright © 2023. All Rights Reserved.