Serialized Form

Class parkingLotObserver implements Serializable

Serialized Fields

p_

lab2ParkingLot p_
parkingLot to observe


carSlots_

squareLight[] carSlots_
Array of carslots; each car slot is represented as a squareLight


front_

int front_
Which slot to leave from


back_

int back_
Which slot to Enter into


lastCount_

int lastCount_
The previous parkingLot count before a change.