Class java.rmi.examples.echo.EchoApplet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.examples.echo.EchoApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----java.rmi.examples.echo.EchoApplet

public class EchoApplet
extends Applet

Constructor Index

 o EchoApplet()

Method Index

 o action(Event, Object)
Called if an action occurs in the Component.
 o destroy()
Clean up
 o doEcho(String)
 o getEchoServer(String)
 o handleEvent(Event)
Handles the event.
 o init()
Initializes the applet.
 o showStatus(String)
Shows a status message in the applet's context.

Constructors

 o EchoApplet
  public EchoApplet()

Methods

 o init
  public synchronized void init()
Initializes the applet.
Overrides:
init in class Applet
 o destroy
  public void destroy()
Clean up
Overrides:
destroy in class Applet
 o action
  public boolean action(Event ev,
                        Object obj)
Called if an action occurs in the Component.
Overrides:
action in class Component
 o handleEvent
  public boolean handleEvent(Event ev)
Handles the event.
Overrides:
handleEvent in class Component
 o getEchoServer
  public void getEchoServer(String where)
 o doEcho
  public void doEcho(String arg)
 o showStatus
  public void showStatus(String arg)
Shows a status message in the applet's context.
Overrides:
showStatus in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index