Class ConfigListener
java.lang.Object
org.lsst.ccs.subsystem.focalplane.ConfigListener
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurationChanged(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, waitMethods inherited from interface org.lsst.ccs.ConfigurationListener
configurationChanged
-
Constructor Details
-
ConfigListener
-
-
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:
configurationChangedin interfaceorg.lsst.ccs.ConfigurationListener
-