123124125126127128129
* Subclasses should over-ride this to customize the * the gain increase/decrease control. * @return gain control as AbstractListenerControl */ protected AbstractListenerControl createGainControl() { return new EjmfGainControl(); }