Xinf API Reference
Back |
Indexclass xinf.event.Event<T>
Base class for all events.
The type argument (T) has to be set to a child class of Event.
- var type :EventKind<T> (read-only)
- var origin :PosInfos
- var preventBubble :Bool
- function new( t:EventKind<T> ) :Void
- function toString( ) :String
Back |
Index