Interface IBlinkingCellResolver
- All Known Implementing Classes:
BlinkingCellResolver
public interface IBlinkingCellResolver
This interface is used to determine whether a change requires a blink. This
is a way to add thresholds to blinking.
-
Method Summary
Modifier and TypeMethodDescriptionString[]String[]resolve(ILayerCell cell, IConfigRegistry configRegistry, Object oldValue, Object newValue)
-
Method Details
-
resolve
- Parameters:
oldValue- the old valuenewValue- the new value- Returns:
- Possibly the config type associated with the blinking style.
-
resolve
-