Class Index | File Index

Classes


Class BO.PinEvent


Extends JSUTILS.Event.

An Event object to be dispatched (fired) by a Pin object.

Defined in: PinEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BO.PinEvent(type)
Field Summary
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
Class Detail
BO.PinEvent(type)
Parameters:
{String} type
The event type
Field Detail
<static> <constant> BO.PinEvent.CHANGE

<static> <constant> BO.PinEvent.FALLING_EDGE

<static> <constant> BO.PinEvent.RISING_EDGE

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 12 2012 23:27:53 GMT-0400 (EDT)