Event

Event Object which is delivered to the listener.

new Event(type, params)

Create an event object.

Parameters:
Name Type Description
type String A type of the event.
params Object Properties of the event object.

Members

static constant COMPLETE :String

static constant ENTER_FRAME :String

static constant ERROR :String

static constant PROGRESS :String

static constant TIMER :String

static constant TIMER_COMPLETE :String

static constant TOUCH_END :String

static constant TOUCH_MOVE :String

static constant TOUCH_MOVE :String

Methods

stopPropagation()

Stop event propagation.