Package org.yamcs.tse

Class TsePlugin

java.lang.Object
org.yamcs.tse.TsePlugin
All Implemented Interfaces:
Plugin

public class TsePlugin extends Object implements Plugin
  • Constructor Details

    • TsePlugin

      public TsePlugin()
  • Method Details

    • onLoad

      public void onLoad(YConfiguration config) throws PluginException
      Description copied from interface: Plugin
      Callback executed when the plugin is loaded.

      This is executed after Yamcs has created all configured services, but before actually starting them.

      Specified by:
      onLoad in interface Plugin
      Throws:
      PluginException