Class Index Minimal

Classes


Class jabberwerx.EventObject (MINIMAL)

The object representation for an event.

Class Summary
Constructor Attributes Constructor Name and Description
 
jabberwerx.EventObject(notifier, data)

Constructs a new jabberwerx.EventObject from the given notifier and event data.

Field Summary
Field Attributes Field Name and Description
 

Event-specific data

 

The event name

 

The triggering notifier

 

The results of a selection.

 

The source of the event

Class Detail
jabberwerx.EventObject(notifier, data)

Constructs a new jabberwerx.EventObject from the given notifier and event data.

Parameters:
{jabberwerx.EventNotifier} notifier
The triggered notifier
data Optional
The event data
See:
jabberwerx.EventNotifier#bindWhen
Field Detail
data

Event-specific data


{String} name

The event name


{jabberwerx.EventNotifier} notifier

The triggering notifier


selected

The results of a selection. This value is set if the callback was registered with a selector, and the selector matched.


{Object} source

The source of the event


Documentation generated by JsDoc Toolkit 2.0.1 on Thu Aug 18 2011 10:58:50 GMT+0100 (IST)