Dom.DispatchStack Class Reference

Detailed Description

An event dispatch stack. Tracks the elements which an event is being dispatched to.

Package Functions

void Resize ()
 Doubles the size of the dispatch stack. More...
 

Package Attributes

int Size
 The current stack size of the dispatch stack. More...
 
DispatchStack Next
 Stacks can be pooled - the next one in the pool. More...
 
EventTarget[] Stack =new EventTarget[10]
 The current stack of targets being dispatched to. More...
 

Member Function Documentation

void Dom.DispatchStack.Resize ( )
inlinepackage

Doubles the size of the dispatch stack.

Member Data Documentation

DispatchStack Dom.DispatchStack.Next
package

Stacks can be pooled - the next one in the pool.

int Dom.DispatchStack.Size
package

The current stack size of the dispatch stack.

EventTarget [] Dom.DispatchStack.Stack =new EventTarget[10]
package

The current stack of targets being dispatched to.