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.4.0 on Wed Apr 02 2014 13:23:42 GMT-0600 (MDT)