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 transition 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
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.