Ejemplo n.º 1
0
        protected override void handle_result(bool new_value)
        {
            RadioControlRecognizeNorthAmericanFMBandJSON result = new RadioControlRecognizeNorthAmericanFMBandJSON();

            result.setValue(new_value);
            handle_result(result);
        }
Ejemplo n.º 2
0
 protected override void handle_result(RadioControlRecognizeNorthAmericanFMBandJSON result)
 {
     top.value.Add(result);
 }
Ejemplo n.º 3
0
        protected override void handle_result(RadioControlRecognizeNorthAmericanFMBandJSON result)
        {
//@@@            Debug.Assert(!have_value);
            have_value = true;
            value      = result;
        }
Ejemplo n.º 4
0
 protected abstract void handle_result(RadioControlRecognizeNorthAmericanFMBandJSON new_result);