Annotation Interface OnMouseScrollAction


@Retention(RUNTIME) @Target(METHOD) public @interface OnMouseScrollAction
Annotates a field that calls a method if a mouse wheel is moved. Expects to call a method that takes both a MouseScrollType and a double parameter; an error will be thrown if this is not the case.

The MouseScrollType is the direction the action happened on, and the double is the amount.

Author:
Matthew Tropiano