Package | Description |
---|---|
model |
Modifier and Type | Field and Description |
---|---|
private CokeCan |
CokeCanBubbleGeneratorThread.myCokeCan
The CokeCan.
|
Modifier and Type | Method and Description |
---|---|
CokeCan |
CokeCanBubbleGeneratorThread.getMyCokeCan()
Gets the coke can.
|
Modifier and Type | Method and Description |
---|---|
void |
CokeCanBubbleGeneratorThread.setMyCokeCan(CokeCan myCokeCan)
Sets the coke can.
|
Constructor and Description |
---|
CokeCanBubbleGeneratorThread(OceanInterface oceanInterface,
CokeCan c,
java.lang.Integer lock)
Instantiates a new coke can bubble generator thread.
|