All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.TLAgentScript

java.lang.Object
   |
   +----webwisdom.tango.TLAgentScript

public final class TLAgentScript
extends Object
implements TLAgent, AppletBaseInterf, TLAgentASType
Tango system proxy for scripts. This class may be used to create TAgent.

See Also:
TAgent

Constructor Index

 o TLAgentScript(JSObject)
Registers a JavaScript application in the Tango system.

Method Index

 o add(TLListener)
 o exit()
 o getJSWindow()
 o getJSWindow()
 o receive(AppEventMessage)
 o send(AppEventMessage)
 o send(int[], AppEventMessage)
 o setInFrame(boolean)
 o toString()

Constructors

 o TLAgentScript
 public TLAgentScript(JSObject scr) throws TangoException
Registers a JavaScript application in the Tango system.

Parameters:
app - script to be registered
Throws: TangoException
if cannot get reference to Tango

Methods

 o exit
 public void exit()
 o add
 public void add(TLListener tl)
 o send
 public final void send(AppEventMessage m)
 o send
 public void send(int userlist[],
                  AppEventMessage m)
 o receive
 public void receive(AppEventMessage m)
 o getJSWindow
 public Object getJSWindow()
 o setInFrame
 public void setInFrame(boolean i)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index