yu.ac.bg.etf.javaqx.qswing.events
Class MouseMotionAdapter

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.events.MouseMotionAdapter
All Implemented Interfaces:
java.util.EventListener, MouseMotionListener

public abstract class MouseMotionAdapter
extends java.lang.Object
implements MouseMotionListener

Abstract Mouse Motion Adapter.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Constructor Summary
MouseMotionAdapter()
           
 
Method Summary
 void mouseDragged(MouseEvent e)
          Notifies listener that the mouse has been dragged.
 void mouseMoved(MouseEvent e)
          Notifies listener that the mouse has been moved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseMotionAdapter

public MouseMotionAdapter()
Method Detail

mouseMoved

public void mouseMoved(MouseEvent e)
Notifies listener that the mouse has been moved.

Specified by:
mouseMoved in interface MouseMotionListener
Parameters:
e - the mouse event

mouseDragged

public void mouseDragged(MouseEvent e)
Notifies listener that the mouse has been dragged.

Specified by:
mouseDragged in interface MouseMotionListener
Parameters:
e - the mouse event


Copyright © 2007 ETF and contributors. All Rights Reserved.