EventType
| Kind of class: | class |
|---|---|
| Inherits from: | String |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.events.EventType |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
EventType defines strong-typing to set name of an event.Use in Pixlib Event API.
Example
var onSomeThingEVENT : EventType = new EventType( 'onSomething' );
Summary
Constructor
Constructor
EventType
function EventType (
s:String)
Constructs a new
EventType instance.Parameters:
s:
event name.
See also: