Class Index | File Index

Classes


Class JSUTILS.Event

A base class for the creation of Event objects.

Defined in: Event.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A base class for the creation of Event objects.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
JSUTILS.Event.CHANGE
Description
<static> <constant>  
JSUTILS.Event.COMPLETE
Description
<static> <constant>  
JSUTILS.Event.CONNECTED
Description
 
The event target
 
The event type
Class Detail
JSUTILS.Event(type)
A base class for the creation of Event objects.
Parameters:
{String} type
event type
Field Detail
<static> <constant> JSUTILS.Event.CHANGE
Description

<static> <constant> JSUTILS.Event.COMPLETE
Description

<static> <constant> JSUTILS.Event.CONNECTED
Description

{Object} target
The event target

{String} type
The event type

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