|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| flash.events | |
| playn.flash | |
| Uses of Event in flash.events |
|---|
| Subclasses of Event in flash.events | |
|---|---|
class |
KeyboardEvent
Implementation of flash.events.KeyboardEvent |
class |
MouseEvent
Implemnents flash.events.MouseEvent |
| Methods in flash.events with type parameters of type Event | ||
|---|---|---|
|
EventDispatcher.addEventListener(EventType type,
EventHandler<T> listener,
boolean useCapture,
int priority,
boolean useWeakReference)
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. |
|
| Methods in flash.events with parameters of type Event | |
|---|---|
boolean |
EventDispatcher.dispatchEvent(Event event)
Dispatches an event into the event flow. |
| Uses of Event in playn.flash |
|---|
| Classes in playn.flash with type parameters of type Event | |
|---|---|
interface |
EventHandler<T extends Event>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||