Packagecom.globfx.showroom
Classpublic class VisitedSlide
InheritanceVisitedSlide Inheritance Object

The VisitedSlide class contains information on a previously visited slide.

It can be retrieved through the ShowRoom.slideShow.history property.

See also

com.globfx.showroom.SlideShow
com.globfx.showroom.SlideShow.history


Public Properties
 PropertyDefined By
  dateEntered : Date
[read-only] Returns the date and time the slide was entered.
VisitedSlide
  elapsed : Number
[read-only] Returns the elapsed time on the slide, in seconds.
VisitedSlide
  slide : Slide
[read-only] Returns the visited slide.
VisitedSlide
Property Detail
dateEnteredproperty
dateEntered:Date  [read-only]

Returns the date and time the slide was entered.


Implementation
    public function get dateEntered():Date
elapsedproperty 
elapsed:Number  [read-only]

Returns the elapsed time on the slide, in seconds.


Implementation
    public function get elapsed():Number
slideproperty 
slide:Slide  [read-only]

Returns the visited slide.


Implementation
    public function get slide():Slide