121122123124125126127
* the fast forward control. * @return AbstractListenerControl for fast forward operation */ protected AbstractListenerControl createFastForwardControl() { return new StandardFastForwardControl(); }