Class BlinkLayer<T>

Type Parameters:
T - Type of the Bean in the backing IDataProvider
All Implemented Interfaces:
ILayer, ILayerListener, IUniqueIndexLayer, IPersistable

public class BlinkLayer<T> extends AbstractLayerTransform implements IUniqueIndexLayer
Blinks cells when they are updated. Returns blinking cell styles for the cells which have been updated. Every time its asked for config labels: Checks the UpdateEventsCache for changes to the cell If a cell is updated The cell is tracked as 'blinking' and blinking config labels are returned A TimerTask is started which will stop the blinking after the blink period is over