Package com.nnamo.controllers
Class RealtimeController
java.lang.Object
com.nnamo.controllers.RealtimeController
Controller responsible for managing real-time functionalities,
including handling real-time data updates, user interactions with
the real-time switch, and updating the UI based on real-time status changes.
It interacts with the DatabaseService, MainFrame, and RealtimeGtfsService
to provide a seamless user experience with real-time data.
- Author:
- Samuele Lombardi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRealtimeController
(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService) -
Method Summary
-
Constructor Details
-
RealtimeController
public RealtimeController(DatabaseService db, MainFrame mainFrame, RealtimeGtfsService realtimeService)
-
-
Method Details
-
run
public void run() -
setUser
-