QuadUI 1.2.9 public beta
Run-time API for QuadUI

ScreenEvent Class Reference

Inheritance diagram for ScreenEvent:
EQEQEvent

List of all members.

Public Member Functions

 ScreenEvent (string type, Object value)

Public Attributes

const string OPEN = "open"
const string CLOSE = "close"
const string EXPAND = "expand"
const string COLLAPSE = "collapse"
const string TRANSITION_BEGIN = "transition begin"
const string TRANSITION_COMPLETE = "transition complete"

Detailed Description

Part of the event system. This holds Screen2D related events like open/close and transition begin/complete.


Constructor & Destructor Documentation

ScreenEvent.ScreenEvent ( string  type,
Object  value 
)

Member Data Documentation

const string ScreenEvent.CLOSE = "close"

A Screen Closed event type.

const string ScreenEvent.COLLAPSE = "collapse"

A Screen Collapsed event type.

const string ScreenEvent.EXPAND = "expand"

A Screen Expanded event type.

const string ScreenEvent.OPEN = "open"

An Screen Opened event type.

const string ScreenEvent.TRANSITION_BEGIN = "transition begin"

A Transition Began event type.

const string ScreenEvent.TRANSITION_COMPLETE = "transition complete"

A Transition Completed event type.

 All Classes Functions Variables Enumerations Properties