Methods' Details |
paused
- Description
- Notify that the slide show is paused
|
|
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
- 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.
|
|
hyperLinkClicked
void |
hyperLinkClicked( |
[in] string |
hyperLink ); |
- Description
- Notifies that a hyperlink has been clicked.
- Parameter hyperLink
- hyperlink URL
|
|
Copyright © 2010 Sun Microsystems, Inc.