protected virtual void onProcess(float value) { if (_iprocess != null) { _iprocess.DoProcess(value); } }