Packageat.fhjoanneum.dmt.umj.core.events
Classpublic class PresentationComponentEvent
InheritancePresentationComponentEvent Inheritance flash.events.Event

PRESENTATIONCONTENT ONLY EVENT: An event that has a state representated as a constant inform about presentationState from an presentationComponent.



Public Properties
 PropertyDefined By
  currentPlayhead : Number
[read-only]
PresentationComponentEvent
  presentationState : PresentationState
[read-only]
PresentationComponentEvent
Public Methods
 MethodDefined By
  
PresentationComponentEvent(type:String, currentPresentationState:PresentationState = null, currentTick:Number = 0)
PresentationComponentEvent
Public Constants
 ConstantDefined By
  PRESENTATION_PAUSED : String = PRESENTATION_PAUSED
[static]
PresentationComponentEvent
  PRESENTATION_REPLAY : String = PRESENTATION_REPLAY
[static]
PresentationComponentEvent
  PRESENTATION_SEEKED : String = PRESENTATION_SEEKED
[static]
PresentationComponentEvent
  PRESENTATION_STARTED : String = PRESENTATION_STARTED
[static]
PresentationComponentEvent
  PRESENTATION_SWITCHING_STATE : String = PRESENTATION_SWITCHING_STATE
[static]
PresentationComponentEvent
  PRESENTATION_TICK : String = PRESENTATION_TICK
[static]
PresentationComponentEvent
Property Detail
currentPlayheadproperty
currentPlayhead:Number  [read-only]


Implementation
    public function get currentPlayhead():Number
presentationStateproperty 
presentationState:PresentationState  [read-only]


Implementation
    public function get presentationState():PresentationState
Constructor Detail
PresentationComponentEvent()Constructor
public function PresentationComponentEvent(type:String, currentPresentationState:PresentationState = null, currentTick:Number = 0)



Parameters
type:String
 
currentPresentationState:PresentationState (default = null)
 
currentTick:Number (default = 0)
Constant Detail
PRESENTATION_PAUSEDConstant
public static const PRESENTATION_PAUSED:String = PRESENTATION_PAUSED

PRESENTATION_REPLAYConstant 
public static const PRESENTATION_REPLAY:String = PRESENTATION_REPLAY

PRESENTATION_SEEKEDConstant 
public static const PRESENTATION_SEEKED:String = PRESENTATION_SEEKED

PRESENTATION_STARTEDConstant 
public static const PRESENTATION_STARTED:String = PRESENTATION_STARTED

PRESENTATION_SWITCHING_STATEConstant 
public static const PRESENTATION_SWITCHING_STATE:String = PRESENTATION_SWITCHING_STATE

PRESENTATION_TICKConstant 
public static const PRESENTATION_TICK:String = PRESENTATION_TICK