Uses of Class
flash.events.Event

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
<T extends Event>
void
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>
           
 



Copyright © 2012. All Rights Reserved.