Callbacks

Table 4-6. Applet Parameters:Callbacks

NameValueDescriptionNotes
onSetupyes/noCall easel_on_setup when applet and images are loaded and stable. 
onImageStartyes/noCall easel_on_image_start when image starts loading. 
onImageEndyes/noCall easel_on_image_end when an image had finished loading. 
onClickyes/noCall easel_on_click when the user clicks on the applet window. 
onDoubleClickyes/noCall easel_on_double_click when the user double clicks on the applet window. 
onKeyClickyes/noCall easel_on_key_click when the user types a key in the applet window. 
onMarkerDragyes/noCall easel_on_marker_drag when the user has moved a marker. 
onHighlightyes/noCall easel_on_highlight when a hotspot highlights. 
onDragyes/noCall easel_on_area_drag when the user drags a rectangle with their mouse.