com.levigo.jadice.demo.gestures
Interface MouseEventReceiver

All Superinterfaces:
EventListener, MouseListener, MouseMotionListener

public interface MouseEventReceiver
extends MouseListener, MouseMotionListener

The MouseEventReceiver is provided by MouseGestureSupport in order to allow client components to feed events into the recognizer.


Method Summary
 void processMouseEvent(MouseEvent e)
          Receive a MouseEvent in catch-all style.
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 

Method Detail

processMouseEvent

void processMouseEvent(MouseEvent e)
Receive a MouseEvent in catch-all style.

Parameters:
e -


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.