| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.util.Repeater
|
+--xp.util.KeyDownRepeater
Constructor | ||
| public | KeyDownRepeater ( target: Object, functionName: String, params: Array, delay: Number, repeat: Number, autoStart: Boolean) | |
| Constructs a KeyDownRepeater | ||
Method Summary | ||
| public | onKeyUp ( ) | |
| KeyUp event handler | ||
| public | start ( ): Boolean | |
| Starts the repeater | ||
| public | stop ( ): Boolean | |
| Stops the repeater | ||
| ||
|
| Constructs a KeyDownRepeater | ||||||||||||||||||
|
|
| KeyUp event handler Part of the KeyListener interface |
|
| Starts the repeater Adds the KeyListener |
|
|
| Stops the repeater Removes the KeyListener |
|