Constants' Details |
NONE
const short NONE = 0;
- Description
- Nothing triggers this event.
|
|
ON_BEGIN
const short ON_BEGIN = 1;
|
|
ON_END
|
BEGIN_EVENT
|
END_EVENT
|
ON_CLICK
const short ON_CLICK = 5;
|
|
ON_DBL_CLICK
const short ON_DBL_CLICK = 6;
|
|
ON_MOUSE_ENTER
const short ON_MOUSE_ENTER = 7;
|
|
ON_MOUSE_LEAVE
const short ON_MOUSE_LEAVE = 8;
|
|
ON_NEXT
const short ON_NEXT = 9;
- Description
- This event is raised when the user wants the presentation to go one step foreward.
|
|
ON_PREV
const short ON_PREV = 10;
- Description
- This event is raised when the user wants the presentation to go one step backward.
|
|
ON_STOP_AUDIO
const short ON_STOP_AUDIO = 11;
|
|
REPEAT
|
Copyright © 2011, 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.