Class JSUTILS.Event
A base class for the creation of Event objects.
Defined in: Event.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
JSUTILS.Event(type)
A base class for the creation of Event objects.
|
| 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
