Secure Global Desktop 4.31 管理者ガイド
> アプレット
> receivedEvent (Webtop スクリプトアプレットおよび Webtop トレイアプレット)
String receivedEvent()
Returns "TRUE" if the run state of an application on the webtop has changed since the last call to recievedEvent(). Otherwise it returns "FALSE".
verdict = applet.receivedEvent(); if (verdict == "TRUE") alert("The run state of an application on the webtop has changed!"); else alert("No changes this time!");
Displays a dialog indicating whether the run state of an application has changed.
This method can be used with either the webtop script applet or the webtop tray applet.
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.