model
Interface IUpdateFadeProgress

All Known Subinterfaces:
ILightModelConnector

public interface IUpdateFadeProgress

This method is used to update the progress meters during a fade.


Method Summary
 void updateFadeDownProgress(int percentDone)
          This method will update the fade down progress bar.
 void updateFadeUpProgress(int percentDone)
          This method will update the fade up progress bar.
 

Method Detail

updateFadeUpProgress

void updateFadeUpProgress(int percentDone)
This method will update the fade up progress bar.

Parameters:
precentDone - This parameter should vary between 0 and 100.

updateFadeDownProgress

void updateFadeDownProgress(int percentDone)
This method will update the fade down progress bar.

Parameters:
precentDone - This parameter should vary between 0 and 100.