public class TICMouseWheelEventComponentForwarder extends AbstractEventComponentForwarder implements TICMouseWheelListener
TICMouseWheelEvents to a set of
TICComponents.| Constructor and Description |
|---|
TICMouseWheelEventComponentForwarder(java.util.Set<TICComponent> components) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mouseWheelMoved(TICMouseWheelEvent event)
This method is called when the mouse wheel is moved.
|
dispatchEvent, getComponentspublic TICMouseWheelEventComponentForwarder(java.util.Set<TICComponent> components)
public boolean mouseWheelMoved(TICMouseWheelEvent event)
TICMouseWheelListenermouseWheelMoved in interface TICMouseWheelListenerevent - the object containing information about the eventtrue if the event was consumed by this listener, false otherwise (See
TICComponent for information on how the return value is used.)