Package com.csse3200.game.services
Class ComputerTerminalService
java.lang.Object
com.csse3200.game.services.ComputerTerminalService
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
Forwards terminal UI events to a registered UI entity
(the one that owns TerminalUiComponent).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComputerTerminalService
public ComputerTerminalService()
-
-
Method Details
-
registerUiEntity
-
open
-
close
public void close() -
toggle
-
dispose
public void dispose()- Specified by:
disposein interfacecom.badlogic.gdx.utils.Disposable
-