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

Method Summary
 void mismatch(ParameterDescription oldDesc, ParameterBase newBase, Object diag)
           
 

Method Detail

mismatch

void mismatch(ParameterDescription oldDesc,
              ParameterBase newBase,
              Object diag)
Parameters:
oldDesc - description trying to be copied
newBase - may be null otherwise a base that ddoes not fit
diag - diagnosis of the problem (String or exception)


Copyright © 2013 LSST. All Rights Reserved.