Titanium.Event

Object of Titanium.
Platform Since
Android 0.1
iPhone 0.1
iPad 0.1

Summary

The base type for all Titanium events.

Methods

Name Summary
getSource

Gets the value of the source property.

getType

Gets the value of the type property.

setSource

Sets the value of the source property.

setType

Sets the value of the type property.

Properties

Name Type Summary
source Object

Source object that fired the event.

type String

Name of the event fired.

Events

This type has no events.