Package | Description |
---|---|
carsproject.vehicles |
Modifier and Type | Class and Description |
---|---|
class |
AbstrThreadVehicle
Abstract class for vehicle's threads.
|
class |
ThreadCar
Implementation of IThreadVehicle with the task to move a "car" vehicle.
|
Modifier and Type | Method and Description |
---|---|
IThreadVehicle |
IModelVehicle.getThread()
Return thread of this vehicle.
|
IThreadVehicle |
AbstrModelVehicle.getThread() |
Modifier and Type | Method and Description |
---|---|
void |
IModelVehicle.setThread(IThreadVehicle thread)
Set reference to thread updating this vehicle.
|
void |
AbstrModelVehicle.setThread(IThreadVehicle thread) |