PhidgetManagerEvent

Event
PhidgetManagerEvent

A class for Phidget Manager events.

Summary
PhidgetManagerEventA class for Phidget Manager events.
Constants
Phidget Event TypesPass these constants to the addEventListener() function when adding event listeners to a Phidget object.
Properties
ManagerGets the PhidgetManager object from which this event originated
DeviceFor ATTACH and DETACH events, gets the Phidget object representing the attached or detached device.

Constants

Phidget 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.
ATTACHA Phidget was plugged into the server.
DETACHA Phidget was unplugged from the server.

Properties

Manager

public function get Manager():PhidgetManager

Gets the PhidgetManager object from which this event originated

Device

public function get Device():Phidget

For ATTACH and DETACH events, gets the Phidget object representing the attached or detached device.

public function get Manager():PhidgetManager
Gets the PhidgetManager object from which this event originated
public function get Device():Phidget
For ATTACH and DETACH events, gets the Phidget object representing the attached or detached device.
Close