org.lsst.ccs.config
Interface DescriptionMismatchListener
public interface DescriptionMismatchListener
An object which is warned when trying to copy a ParameterDescription
to a new SubsystemDescription that does not have a proper ParameterBase
to match.
- Author:
- bamade
mismatch
void mismatch(ParameterDescription oldDesc,
ParameterBase newBase,
Object diag)
- Parameters:
oldDesc - description trying to be copiednewBase - may be null otherwise a base that ddoes not fitdiag - diagnosis of the problem (String or exception)
Copyright © 2013 LSST. All Rights Reserved.