Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: presentation ::

interface XSlideShowListener
Base Interfaces
XSlideShowListener
┗ ::com::sun::star::animations::XAnimationListener
   ┗ ::com::sun::star::lang::XEventListener

::com::sun::star::animations::XAnimationListener
(referenced interface's summary:)
makes it possible to register listeners, which are called whenever an animation event occurs.
Description
Listener interface to receive global slide show events.

Since
OOo 3.0
See also
XShapeEventListener

Methods' Summary
paused Notify that the slide show is paused  
resumed Notify that the slide show is resumed from a paused state  
slideTransitionStarted Notify that a new slide starts to become visible.  
slideTransitionEnded Notify that the slide transtion of the current slide ended.  
slideAnimationsEnded Notify that the last animation from the main sequence of the current slide has ended.  
slideEnded Notify that the current slide has ended, e.g. the user has clicked on the slide. Calling displaySlide() twice will not issue this event.  
hyperLinkClicked Notifies that a hyperlink has been clicked.  
Methods' Details
paused
void
paused();

Description
Notify that the slide show is paused
resumed
void
resumed();

Description
Notify that the slide show is resumed from a paused state
slideTransitionStarted
void
slideTransitionStarted();

Description
Notify that a new slide starts to become visible.
slideTransitionEnded
void
slideTransitionEnded();

Description
Notify that the slide transtion of the current slide ended.
slideAnimationsEnded
void
slideAnimationsEnded();

Description
Notify that the last animation from the main sequence of the current slide has ended.
slideEnded
void
slideEnded( [in] boolean  reverse );

Description
Notify that the current slide has ended, e.g. the user has clicked on the slide. Calling displaySlide() twice will not issue this event.
Parameter reverse
For the default order (forward) this flag is false. When the main sequence was traversed in reverse order then this flag is true.
hyperLinkClicked
void
hyperLinkClicked( [in] string  hyperLink );

Description
Notifies that a hyperlink has been clicked.
Parameter hyperLink
hyperlink URL
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.