Class CPU

java.lang.Object
   |
   +----Device
           |
           +----CPU

public class CPU
extends Device

Method Index

 o start(Job, int)
Start the device running.

Methods

 o start
 public void start(Job j,
                   int delay)
Start the device running.

Overrides:
start in class Device