PhidgetErrorEvent

Event
PhidgetErrorEvent

A class for error events.

Summary
PhidgetErrorEventA class for error events.
Constants
Error Event TypesPass these constants to the addEventListener() function when adding event listeners to a Phidget object.
Properties
ErrorGets the PhidgetError containing the error information for this event.
SenderThe object from which this event originated.

Constants

Error Event Types

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

ERRORAn asynchronous error occured.

Properties

Error

public function get Error():PhidgetError

Gets the PhidgetError containing the error information for this event.

Sender

public function get Sender():Object

The object from which this event originated.

public function get Error():PhidgetError
Gets the PhidgetError containing the error information for this event.
Phidget exceptions.
public function get Sender():Object
The object from which this event originated.
Close