Package org.opentcs.guing.application
Class PlantOverviewStarter
java.lang.Object
org.opentcs.guing.application.PlantOverviewStarter
public class PlantOverviewStarter
extends java.lang.Object
The plant overview application's entry point.
-
Constructor Summary
Constructors Constructor Description PlantOverviewStarter(org.opentcs.guing.application.ProgressIndicator progressIndicator, org.jhotdraw.app.Application application, OpenTCSView opentcsView, org.opentcs.guing.event.EventLogger eventLogger)Creates a new instance. -
Method Summary
Modifier and Type Method Description voidstartPlantOverview()
-
Constructor Details
-
PlantOverviewStarter
@Inject public PlantOverviewStarter(org.opentcs.guing.application.ProgressIndicator progressIndicator, org.jhotdraw.app.Application application, OpenTCSView opentcsView, org.opentcs.guing.event.EventLogger eventLogger)Creates a new instance.- Parameters:
progressIndicator- The progress indicator to be used.application- The application to be used.opentcsView- The view to be used.eventLogger- Provides logging for events published on the application event bus.
-
-
Method Details
-
startPlantOverview
public void startPlantOverview()
-