132133134135136137138
* Subclasses should over-ride this to customize the * the gain meter control. * @return gain meter control as AbstractListenerControl */ protected AbstractListenerControl createGainMeterControl() { return new EjmfGainMeterControl(); }