Class jabberwerx.EventObject (MINIMAL)
The object representation for an event.
Constructor Attributes | Constructor Name and Description |
---|---|
jabberwerx.EventObject(notifier, data)
Constructs a new jabberwerx.EventObject from the given notifier and
event data.
|
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
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