Class java.rmi.examples.remoteControl.Client
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.examples.remoteControl.Client

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----java.rmi.examples.remoteControl.Client

public class Client
extends Applet
implements Constants
The applet for remoteControl games. Creates the necessary button panels, threads, and so on.

Constructor Index

 o Client()

Method Index

 o destroy()
Cleans up whatever resources are being held.
 o init()
Initializes the applet.
 o player()
Return the Player object
 o playerNum()
Return the player number
 o start()
Called to start the applet.

Constructors

 o Client
  public Client()

Methods

 o init
  public void init()
Initializes the applet.
Overrides:
init in class Applet
 o playerNum
  public int playerNum()
Return the player number
 o player
  public Player player()
Return the Player object
 o start
  public synchronized void start()
Called to start the applet.
Overrides:
start in class Applet
 o destroy
  public void destroy()
Cleans up whatever resources are being held.
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index