EventDispatcher |
PhidgetDictionaryKeyListener |
A class for listening to key/value changes on a PhidgetDictionary See the programming manual for more specific API details, supported functionality, units, etc.
| PhidgetDictionaryKeyListener | A class for listening to key/value changes on a PhidgetDictionary See the programming manual for more specific API details, supported functionality, units, etc. |
| Events | Events supported by all PhidgetDictionaryKeyListener. |
| Functions | |
| PhidgetDictionaryKeyListener | Creates a KeyListener for a specified dictionary and key pattern. |
| start | Start listening for keys. |
| stop | Stop listening for keys. |
public function PhidgetDictionaryKeyListener( dict: PhidgetDictionary, pattern: String )
Creates a KeyListener for a specified dictionary and key pattern.
| dict | PhidgetDictionary on which to listen for keys |
| pattern | extended regular expression key pattern to listen for |
Creates a KeyListener for a specified dictionary and key pattern.
public function PhidgetDictionaryKeyListener( dict: PhidgetDictionary, pattern: String )
Start listening for keys.
public function start():void
Stop listening for keys.
public function stop():void