CarloArnone / IS23-AM36

Ids Project 2023
1 stars 0 forks source link

GUI CLI implementation #11

Closed ingconti closed 7 months ago

ingconti commented 1 year ago

I see:

public class CLI implements Listener {

private LivingRoom viewLivingRoom;

So viewLivingRoom is only for CLI?

PLS implement in the same way with COMMON logic in an ancestor class and or using interfaces.