The event methods defined in the MultiMedia class are summarized in the following table.
Event | Occurs… |
---|---|
click | When the user presses and then releases the left mouse button |
dblClick | When the user presses and releases the left mouse button and then presses and releases it again |
dragDrop | When a dragged window is dropped over a control belonging to the same application |
dragOver | For each form or control of the application over which a window is dragged |
mouseDown | When the user presses a mouse button |
mouseEnter | When the user moves the mouse onto a control |
mouseLeave | When the user moves the mouse off a control |
mouseMove | When the user moves the mouse |
mouseUp | When the user releases a mouse button |
notifyMedia | When there is a change in the media |
notifyMode | When there is a change in the status of the MultiMedia control |
notifyPosition | When there is a change in the position of the content |
paint | When part or all of a control is exposed |
sysNotify | When a specified JADE system event occurs |
userNotify | When triggered from the JADE Object Manager by a user call |
For details, see "Window, Form, and Control Events", later in this document.