PowerUI.AnimationEventListener Class Reference

Detailed Description

Handler for AnimationEvent events.

Inheritance diagram for PowerUI.AnimationEventListener:
Dom.EventListener

Public Member Functions

 AnimationEventListener (AnimationEventDelegate listener)
 
override void handleEvent (Event e)
 Call this to run the method. More...
 

Public Attributes

AnimationEventDelegate Listener
 
- Public Attributes inherited from Dom.EventListener
bool Capture
 True if this is a capture phase listener. More...
 

Properties

override object Internal [get]
 
- Properties inherited from Dom.EventListener
virtual object Internal [get]
 The internal specific delegate instance. More...
 

Additional Inherited Members

- Package Functions inherited from Dom.EventListener
bool Matches (object mtd)
 Checks if the given method equals this listeners internal method handler. More...
 

Constructor & Destructor Documentation

PowerUI.AnimationEventListener.AnimationEventListener ( AnimationEventDelegate  listener)
inline

Member Function Documentation

override void PowerUI.AnimationEventListener.handleEvent ( Event  e)
inlinevirtual

Call this to run the method.

Reimplemented from Dom.EventListener.

Member Data Documentation

AnimationEventDelegate PowerUI.AnimationEventListener.Listener

Property Documentation

override object PowerUI.AnimationEventListener.Internal
get