PhidgetDictionaryEvent

Event
PhidgetDictionaryEvent

A class for Phidget Dictionary events.

Summary
PhidgetDictionaryEventA class for Phidget Dictionary events.
Constants
Dictionary Event TypesPass these constants to the addEventListener() function when adding event listeners to a Phidget object.
Properties
DictionaryGets the PhidgetDictionary object from which this event originated.
KeyGets the key value for this event.
ValueGets the value value for this event

Constants

Dictionary Event Types

Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.

CONNECTA connection to the server was established.
DISCONNECTA connection to the server was lost.
KEY_CHANGEA Key/Value pair was added, or the value of an existing Key was changed.
KEY_REMOVALA Key was removed.

Properties

Dictionary

public function get Dictionary():PhidgetDictionary

Gets the PhidgetDictionary object from which this event originated.

Key

public function get Key():String

Gets the key value for this event.

Value

public function get Value():String

Gets the value value for this event

public function get Dictionary():PhidgetDictionary
Gets the PhidgetDictionary object from which this event originated.
public function get Key():String
Gets the key value for this event.
public function get Value():String
Gets the value value for this event
Close