public class SharedRecordNotifierState extends Object
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getChanged()
Returns set of changed properties in shared records.
|
static Set<String> |
getWaitingFor()
Returns set of properties of shared records on change of which a model instance is waiting for.
|
static boolean |
isRegisterWaitingFor()
Returns true if notifier should register waiting for.
|
static void |
registerChanged(String notification)
Registers a change notification.
|
static void |
registerWaitingFor(String notification)
Registers a waiting-for notification.
|
static void |
setRegisterWaitingFor(Boolean value)
Changes setting for registration of waiting for values.
|
public static boolean isRegisterWaitingFor()
public static void setRegisterWaitingFor(Boolean value)
value
- public static Set<String> getChanged()
public static Set<String> getWaitingFor()
public static void registerChanged(String notification)
notification
- public static void registerWaitingFor(String notification)
notification
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.