Class DisplayService

java.lang.Object
org.yamcs.studio.core.DisplayService
All Implemented Interfaces:
PluginService, YamcsAware

public class DisplayService extends Object implements YamcsAware, PluginService
  • Constructor Details

    • DisplayService

      public DisplayService()
  • Method Details

    • changeProcessor

      public void changeProcessor(String instance, String processor)
      Description copied from interface: YamcsAware
      The globally activated processor has changed. This is always called on the UI thread.

      Note that this method is not called if only the instance has changed.

      Specified by:
      changeProcessor in interface YamcsAware
    • dispose

      public void dispose()
      Description copied from interface: PluginService
      Performs and necessary cleanup.
      Specified by:
      dispose in interface PluginService