org.lsst.ccs.config
Interface ConfigurationMismatchListener


public interface ConfigurationMismatchListener

An object that is warned when two objects do not match. This can be used for instance in "repair" operation when an "old" ParameterConfiguration is matched against an active ParameterDescription.

Author:
bamade

Method Summary
 void mismatch(ParameterConfiguration config, org.lsst.ccs.config.AParameterDescription description, Object diagnosis)
           
 

Method Detail

mismatch

void mismatch(ParameterConfiguration config,
              org.lsst.ccs.config.AParameterDescription description,
              Object diagnosis)


Copyright © 2013 LSST. All Rights Reserved.