The web browser can invoke special commands to the application simply by calling through Javascript: window.location = 'command://' + encodeURIComponent('somecommand') + '&' + encodeURIComponent('param1') + '&' + encodeURIComponent('param2') + ...
or as a static HREF link.
Get the Mozilla JavaXPCOM nsIWebBrowser if it is available.
Availability requires the web browser to be using the XULRunner runtime (version 1.8.1.2 or greater) and the JavaXPCOM classes (version 1.8.1.2 or greater) to be in the classpath.
A multimedia player, based on the Window Media Player (only avaialable on the Windows operating system).
Methods execute when this component is initialized.
Sleep but dispatch the events currently in the queue if called from the event dispatch thread, until the condition becomes true or the timeout is reached.