Class ConfigListener

java.lang.Object
org.lsst.ccs.subsystem.focalplane.ConfigListener
All Implemented Interfaces:
org.lsst.ccs.ConfigurationListener

public class ConfigListener extends Object implements org.lsst.ccs.ConfigurationListener
Author:
tonyj
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.lsst.ccs.ConfigurationListener

    org.lsst.ccs.ConfigurationListener.ConfigurationOperation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configurationChanged(org.lsst.ccs.bus.data.ConfigurationInfo newConfigurationInfo, org.lsst.ccs.bus.data.ConfigurationInfo oldConfigurationInfo, org.lsst.ccs.ConfigurationListener.ConfigurationOperation configOperation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.lsst.ccs.ConfigurationListener

    configurationChanged
  • Constructor Details

  • Method Details

    • configurationChanged

      public void configurationChanged(org.lsst.ccs.bus.data.ConfigurationInfo newConfigurationInfo, org.lsst.ccs.bus.data.ConfigurationInfo oldConfigurationInfo, org.lsst.ccs.ConfigurationListener.ConfigurationOperation configOperation)
      Specified by:
      configurationChanged in interface org.lsst.ccs.ConfigurationListener