| Package | Description |
|---|---|
| flash.events | |
| playn.flash |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyboardEvent
Implementation of
flash.events.KeyboardEvent
|
class |
MouseEvent
Implemnents
flash.events.MouseEvent
|
| Modifier and Type | Method and Description |
|---|---|
<T extends 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventDispatcher.dispatchEvent(Event event)
Dispatches an event into the event flow.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventHandler<T extends Event> |
Copyright © 2013. All Rights Reserved.