Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.event

Class MouseMotionAdapter

java.lang.Object
|
+--java.awt.event.MouseMotionAdapter

All Implemented Interfaces:

MouseMotionListener


public abstract class MouseMotionAdapter

extends Object

implements MouseMotionListener

This class implements MouseMotionListener and implements all methods with empty bodies. This allows a listener interested in implementing only a subset of the MouseMotionListener interface to extend this class and override only the desired methods.

Since:Author:See Also:

Constructor Summary

MouseMotionAdapter()

Do nothing default constructor for subclasses.

Method Summary

voidmouseDragged(java.awt.event.MouseEvent event)

Implement this method in the interface with an empty body.
voidmouseMoved(java.awt.event.MouseEvent event)

Implement this method in the interface with an empty body.

Constructor Details

MouseMotionAdapter

public MouseMotionAdapter()

Do nothing default constructor for subclasses.


Method Details

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent event)

Implement this method in the interface with an empty body.

Parameters:


mouseMoved

public void mouseMoved(java.awt.event.MouseEvent event)

Implement this method in the interface with an empty body.

Parameters: