| Package | com.esri.aws.awx.map.handlers |
| Interface | public interface IKeyboardHandler |
| Implementors | AWXKeyboardMouseHandler, PanZoomKeyboardHandler |
| Method | Defined by | ||
|---|---|---|---|
|
cleanUp():void
Cleans up when the keyboard handler is removed.
| IKeyboardHandler | ||
|
onKeyDown(event:KeyboardEvent):void
Key down function handler.
| IKeyboardHandler | ||
|
onKeyUp(event:KeyboardEvent):void
Key up function handler.
| IKeyboardHandler | ||
| map | property |
| cleanUp | () | method |
public function cleanUp():voidCleans up when the keyboard handler is removed.
| onKeyDown | () | method |
public function onKeyDown(event:KeyboardEvent):voidKey down function handler.
Parametersevent:KeyboardEvent — the keyboard event.
|
| onKeyUp | () | method |
public function onKeyUp(event:KeyboardEvent):voidKey up function handler.
Parametersevent:KeyboardEvent — the keyboard event.
|