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... | |
|
inlinepackage |
Doubles the size of the dispatch stack.
|
package |
Stacks can be pooled - the next one in the pool.
|
package |
The current stack size of the dispatch stack.
|
package |
The current stack of targets being dispatched to.