public class ComponentMouseWheelAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ComponentMouseWheelListener
Constructor and Description |
---|
ComponentMouseWheelAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Boolean> |
getMouseWheel() |
boolean |
mouseWheel(org.apache.pivot.wtk.Component arg0,
org.apache.pivot.wtk.Mouse.ScrollType arg1,
int arg2,
int arg3,
int arg4,
int arg5) |
void |
setMouseWheel(CallableWithArgs<Boolean> mouseWheel) |
public CallableWithArgs<Boolean> getMouseWheel()
public void setMouseWheel(CallableWithArgs<Boolean> mouseWheel)
public boolean mouseWheel(org.apache.pivot.wtk.Component arg0, org.apache.pivot.wtk.Mouse.ScrollType arg1, int arg2, int arg3, int arg4, int arg5)
mouseWheel
in interface org.apache.pivot.wtk.ComponentMouseWheelListener