Class BO.io.ButtonEvent
Extends
JSUTILS.Event.
An Event object to be dispatched (fired) by a Button
object.
Defined in: ButtonEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BO.io.ButtonEvent(type)
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
BO.io.ButtonEvent.LONG_PRESS
|
| <static> <constant> |
BO.io.ButtonEvent.PRESS
|
| <static> <constant> |
BO.io.ButtonEvent.RELEASE
|
| <static> <constant> |
BO.io.ButtonEvent.SUSTAINED_PRESS
|
- Fields borrowed from class JSUTILS.Event:
- target, type
Field Detail
<static> <constant>
BO.io.ButtonEvent.LONG_PRESS
<static> <constant>
BO.io.ButtonEvent.PRESS
<static> <constant>
BO.io.ButtonEvent.RELEASE
<static> <constant>
BO.io.ButtonEvent.SUSTAINED_PRESS
