Main Page | Packages | Class Tree | Index | Help

xp.events

class StateEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.StateEvent


class StateEvent
extends Event

Broadcast a boolean state event.

It allows you to broadcast an event notifying of a change in a particular object boolean state.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


state: Boolean
Gets or sets a value indicating the value of the state in question.

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
StateEvent ( type: String, state: Boolean)
Creates a new state event of the given type



Field Documentation

state

var state: Boolean
Gets or sets a value indicating the value of the state in question.


Constructor Documentation

StateEvent

public function StateEvent(type: String,
 state: Boolean)
Creates a new state event of the given type

Parameters:
type
The type of event
state
The state of event

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc