Class BO.WSocketEvent
Extends
JSUTILS.Event.
Dispatches Websocket events: Connected (onopen), Message (onmessge)
and Closed (onclose) objects.
Defined in: WSocketEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BO.WSocketEvent(type)
|
| 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
Field Detail
<static> <constant>
BO.WSocketEvent.CLOSE
<static> <constant>
BO.WSocketEvent.CONNECTED
<static> <constant>
BO.WSocketEvent.MESSAGE
