public interface MouseInputActionHandler
| Modifier and Type | Method and Description | 
|---|---|
| boolean | inputActionPerformed(AbstractViewInputHandler inputHandler,
                    MouseEvent mouseEvent,
                    ViewInputAttributes.ActionAttributes viewAction) | 
| boolean | inputActionPerformed(AbstractViewInputHandler inputHandler,
                    MouseWheelEvent mouseWheelEvent,
                    ViewInputAttributes.ActionAttributes viewAction) | 
| boolean | inputActionPerformed(KeyEventState keys,
                    String target,
                    ViewInputAttributes.ActionAttributes viewAction) | 
boolean inputActionPerformed(AbstractViewInputHandler inputHandler, MouseEvent mouseEvent, ViewInputAttributes.ActionAttributes viewAction)
boolean inputActionPerformed(AbstractViewInputHandler inputHandler, MouseWheelEvent mouseWheelEvent, ViewInputAttributes.ActionAttributes viewAction)
boolean inputActionPerformed(KeyEventState keys, String target, ViewInputAttributes.ActionAttributes viewAction)