public class SwingMouseWheelEventForwarder extends AbstractEventForwarder<TICMouseWheelListener> implements MouseWheelListener
TICMouseWheelListener
s and delegates all Swing events to the entries in this list.
Warning: This class in meant for internal use by TICComponent
and is not guaranteed to have an unchanged
API in future releases with the same major version number.
Constructor and Description |
---|
SwingMouseWheelEventForwarder(TICListenerSet<TICMouseWheelListener> listenerSet) |
Modifier and Type | Method and Description |
---|---|
void |
mouseWheelMoved(MouseWheelEvent event) |
forwardMouseEventToParent, getListenerSet
public SwingMouseWheelEventForwarder(TICListenerSet<TICMouseWheelListener> listenerSet)
public void mouseWheelMoved(MouseWheelEvent event)
mouseWheelMoved
in interface MouseWheelListener