|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadingIndicatorConfiguration
Provides method for configuring the loading indicator.
Method Summary | |
---|---|
int |
getFirstDelay()
Returns the delay before the loading indicator is shown. |
int |
getSecondDelay()
Returns the delay before the loading indicator goes into the "second" state. |
int |
getThirdDelay()
Returns the delay before the loading indicator goes into the "third" state. |
void |
setFirstDelay(int firstDelay)
Sets the delay before the loading indicator is shown. |
void |
setSecondDelay(int secondDelay)
Sets the delay before the loading indicator goes into the "second" state. |
void |
setThirdDelay(int thirdDelay)
Sets the delay before the loading indicator goes into the "third" state. |
Method Detail |
---|
void setFirstDelay(int firstDelay)
firstDelay
- The first delay (in ms)int getFirstDelay()
void setSecondDelay(int secondDelay)
secondDelay
- The delay before going into the "second" state (in ms)int getSecondDelay()
void setThirdDelay(int thirdDelay)
thirdDelay
- The delay before going into the "third" state (in ms)int getThirdDelay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |