All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.BatchMode

java.lang.Object
   |
   +----pinball.BatchMode

public class BatchMode
extends Object
Sets up the system in batch mode.


Constructor Index

 o BatchMode(DataInputStream)
Do the batch mode.

Method Index

 o process()
Process the batch file.

Constructors

 o BatchMode
 public BatchMode(DataInputStream batch)
Do the batch mode.

Parameters:
batch - Where to read the batch file from.

Methods

 o process
 public void process()
Process the batch file.


All Packages  Class Hierarchy  This Package  Previous  Next  Index