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.
-
coin
- Used to control the coin.
-
INSERT
- Value for inseting a coin.
-
Coin()
- Create a coin inset object.
-
insertCoin()
- Inset a coin into the system.
coin
private transient FileOutputStream coin
- Used to control the coin.
INSERT
private final int INSERT
- Value for inseting a coin.
Coin
public Coin()
- Create a coin inset object.
insertCoin
public void insertCoin()
- Inset a coin into the system.
All Packages Class Hierarchy This Package Previous Next Index