Class | Description |
---|---|
VendingMachineController |
This class represents the controller of a vending machine.
|
Enum | Description |
---|---|
Fruit |
An enumeration represent the fruits that can be stored in the vending machine.
|
NotificationType |
This enumeration is used by the VendingMachineController to notify its observer
which aspect of his state have changed.
|