Class BO.PinEvent
Extends
JSUTILS.Event.
An Event object to be dispatched (fired) by a Pin
object.
Defined in: PinEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BO.PinEvent(type)
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
BO.PinEvent.CHANGE
|
| <static> <constant> |
BO.PinEvent.FALLING_EDGE
|
| <static> <constant> |
BO.PinEvent.RISING_EDGE
|
- Fields borrowed from class JSUTILS.Event:
- target, type
Field Detail
<static> <constant>
BO.PinEvent.CHANGE
<static> <constant>
BO.PinEvent.FALLING_EDGE
<static> <constant>
BO.PinEvent.RISING_EDGE
