topical media & game development

talk show tell print

explore-ximpel-net-ximpel-events-InteractiveMediaEvent.ax

explore-ximpel-net-ximpel-events-InteractiveMediaEvent.ax [swf] flex


  package net.ximpel.events
  {
          import flash.events.Event;
  
          public class @ax-explore-ximpel-net-ximpel-events-InteractiveMediaEvent extends Event
          {
                  
Defines the value of the type property of a complete event object. @eventType complete

  
                  public static const COMPLETE:String = "complete";
                  
                  
Defines the value of the type property of a nextItem event object. @eventType nextItem

  
                  public static const NEXT_ITEM:String = "nextItem";
                  
                  
Defines the value of the type property of a pause event object. @eventType pause

  
                  public static const PAUSE:String = "pause";
                  
                  
Defines the value of the type property of a previousItem event object. @eventType previousItem

  
                  public static const PREVIOUS_ITEM:String = "previousItem";
                  
                  
Defines the value of the type property of a resume event object. @eventType resume

  
                  public static const RESUME:String = "resume";
                  
                  
Constructor.
parameter: type The event type; indicates the action that caused the event.
parameter: bubbles Specifies whether the event can bubble up the display list hierarchy.
parameter: cancelable Specifies whether the behavior associated with the event can be prevented.

  
                  public function @ax-explore-ximpel-net-ximpel-events-InteractiveMediaEvent(type:String, bubbles:Boolean = false,
                                                     cancelable:Boolean = false)
                  {
                          super(type);
                  }
                  
                  override public function clone():Event
                  {
                          return new @ax-explore-ximpel-net-ximpel-events-InteractiveMediaEvent(type, bubbles, cancelable);
                  }
          }
  }
  


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.