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