All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.part.CarRemote

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pinball.part.CarRemote

public class CarRemote
extends Frame
implements Runnable
Control the car so it can run.


Constructor Index

 o CarRemote()

Method Index

 o action(Event, Object)
 o main(String[])
 o releaseLock()
 o run()
 o stop()

Constructors

 o CarRemote
 public CarRemote()

Methods

 o main
 public static void main(String args[])
 o stop
 public void stop()
 o run
 public void run()
 o releaseLock
 public void releaseLock()
 o action
 public boolean action(Event e,
                       Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index