Class agent.Skeleton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class agent.Skeleton

agent.Skeleton

public class Skeleton
extends Applet
implements Runnable
Skeleton

Method Index

 o init()
Initialize the applet.
 o run()
The main loop for the main thread.
 o start()
start - Whenever a user visits our page, Applet calls this.
 o stop()
Stop this thread.

Methods

 o start
  public void start()
start - Whenever a user visits our page, Applet calls this. This is an override of an Applet method. Creates a thread and passes this AgentLauncher into it. Works because we implement the Runnable method.
 o stop
  public void stop()
Stop this thread.
 o run
  public void run()
The main loop for the main thread.
 o init
  public void init()
Initialize the applet. Resize and load images.

All Packages  Class Hierarchy  This Package  Previous  Next  Index