public interface Updatable
| Modifier and Type | Method and Description |
|---|---|
default List<MonitorField> |
getAffectedFields(List<String> attributes)
Translates a list of attributes whose values might have changed into the list of fields that might have been affected.
|
void |
update(DisplayChannel channelHandle)
Updates this component.
|
default void |
update(DisplayChannel channelHandle,
List<MonitorField> fields)
Updates this component.
|
default void update(DisplayChannel channelHandle, List<MonitorField> fields)
#update(ChannelHandle).channelHandle - Handle of the data channel that might have changed.fields - List of fields that might need updating.void update(DisplayChannel channelHandle)
channelHandle - Handle of the data channel that might have changed.default List<MonitorField> getAffectedFields(List<String> attributes)
MonitorField.getAffectedFields(Collection).attributes - List of attributes whose values might have changed.Copyright © 2023 LSST. All rights reserved.