All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.part.Coin

java.lang.Object
   |
   +----pinball.part.Coin

public class Coin
extends Object
Used to insert coins into the system.


Variable Index

 o coin
Used to control the coin.
 o INSERT
Value for inseting a coin.

Constructor Index

 o Coin()
Create a coin inset object.

Method Index

 o insertCoin()
Inset a coin into the system.

Variables

 o coin
 private transient FileOutputStream coin
Used to control the coin.

 o INSERT
 private final int INSERT
Value for inseting a coin.

Constructors

 o Coin
 public Coin()
Create a coin inset object.

Methods

 o insertCoin
 public void insertCoin()
Inset a coin into the system.


All Packages  Class Hierarchy  This Package  Previous  Next  Index