edu.pdx.cs399J.net
Class McEmployee
java.lang.Object
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).
|
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 |
McEmployee
public McEmployee(int id,
McDonalds mcDonalds)
- Creates a new
McEmployee
run
public void run()
- Keep making BigMacs
- Specified by:
run in interface Runnable
Copyright © 2000-2009 Portland State University. All Rights Reserved.