|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepeatAction
Interface for implementation periodically repeating actions
Method Summary | |
---|---|
java.lang.String |
getName()
Every RepeatAction must return a string name to search it in Second, Hour or Day Action lists |
void |
repeat(long time)
Method incapsulating repeating action functionallity |
void |
setName(java.lang.String name)
You can set name for this RepeatAction with a help of this method |
Method Detail |
---|
void repeat(long time)
time
- - number of time units elapsed from previous calljava.lang.String getName()
void setName(java.lang.String name)
name
- new name for RA
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |