if (_scrollListeners != null) {
for (Enumeration<ScrollListener> e = _scrollListeners.elements();
e.hasMoreElements(); ) {
ScrollListener sl = (ScrollListener) e.nextElement();
sl.scroll(e_);
}
}
}
/** Outputs a textual description of this component to stderr.