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
    void startPlantOverview()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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