Class FamilyProducer
java.lang.Object
|
+----java.lang.Thread
|
+----FamilyProducer
- public class FamilyProducer
- extends Thread
-
FamilyProducer(FamilyWallet)
- FamilyProducer(FamilyWallet) is a constructor
-
run()
- run() is invoked when the object starts
-
timer(int)
- timer(int) is a timer that makes the object sleep
FamilyProducer
public FamilyProducer(FamilyWallet wallet)
- FamilyProducer(FamilyWallet) is a constructor
- Parameters:
- wallet - the referring FamilyWallet instance
run
public void run()
- run() is invoked when the object starts
- Overrides:
- run in class Thread
timer
public void timer(int ms)
- timer(int) is a timer that makes the object sleep
- Parameters:
- ms - number of milliseconds