edu.pdx.cs399J.net
Class McEmployee

java.lang.Object
  extended by edu.pdx.cs399J.net.McEmployee
All Implemented Interfaces:
Runnable

public class McEmployee
extends Object
implements Runnable

This class represents an employee of a McDonalds who makes BigMacs(tm).


Constructor Summary
McEmployee(int id, McDonalds mcDonalds)
          Creates a new McEmployee
 
Method Summary
 void run()
          Keep making BigMacs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McEmployee

public McEmployee(int id,
                  McDonalds mcDonalds)
Creates a new McEmployee

Method Detail

run

public void run()
Keep making BigMacs

Specified by:
run in interface Runnable


Copyright © 2000-2009 Portland State University. All Rights Reserved.