java.lang.Object
org.palladiosimulator.simulizar.ui.measurementsdashboard.listeners.WorkspaceListener
All Implemented Interfaces:
EventListener, IResourceChangeListener

public class WorkspaceListener extends Object implements IResourceChangeListener
This class implements the IResourceChangeListener to listen to changes in the workspace and update our GUI accordingly
  • Constructor Details

    • WorkspaceListener

      public WorkspaceListener(MeasurementsDashboardView dashboardView)
      Constructor initiates dashboardView and dataApplication
      Parameters:
      dashboardView - to call for changes
  • Method Details