Class Index | File Index

Classes


Class BO.WSocketEvent


Extends JSUTILS.Event.

Dispatches Websocket events: Connected (onopen), Message (onmessge) and Closed (onclose) objects.

Defined in: WSocketEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
BO.WSocketEvent.CLOSE
<static> <constant>  
BO.WSocketEvent.CONNECTED
<static> <constant>  
BO.WSocketEvent.MESSAGE
Fields borrowed from class JSUTILS.Event:
target, type
Class Detail
BO.WSocketEvent(type)
Parameters:
{String} type
The event type
Field Detail
<static> <constant> BO.WSocketEvent.CLOSE

<static> <constant> BO.WSocketEvent.CONNECTED

<static> <constant> BO.WSocketEvent.MESSAGE

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