All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.TLAgentApplet

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

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

See Also:
TAgent

Constructor Index

 o TLAgentApplet(Applet)
Registers an applet 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 TLAgentApplet
 public TLAgentApplet(Applet app) throws TangoException
Registers an applet in the Tango system.

Parameters:
app - applet 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