| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.util.Repeater
Constructor | |
| public | Repeater ( target: Object, functionName: String, params: Array, delay: Number, repeat: Number, autoStart: Boolean) |
| Constructs a Repeater | |
Method Summary | |
| public | onDelay ( ): Void |
| Callback at the end of the inital delay | |
| public | onRepeat ( ): Void |
| Callback on each loop. Executes the function on the target. | |
| public | start ( ): Boolean |
| Starts the repeater | |
| public | stop ( ): Boolean |
| Stops the repeater | |
|
| Constructs a Repeater | ||||||||||||||||||
|
|
| Callback at the end of the inital delay |
|
| Callback on each loop. Executes the function on the target. |
|
| Starts the repeater |
|
| Stops the repeater |