fr.esrf.tangoatk.core
Interface IRefresherListener

All Known Implementing Classes:
BooleanTrend, TimeAndValueDualSpectrum, Trend

public interface IRefresherListener

The interface IRefresherListener has one method refreshStep() which is called by the refresher after all models belonging to a list are updated.

See Also:
AEntityList.addRefresherListener(fr.esrf.tangoatk.core.IRefresherListener)

Method Summary
 void refreshStep()
          Called by an entityList refresher afer models update.
 

Method Detail

refreshStep

void refreshStep()
Called by an entityList refresher afer models update.