|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ibm.techexplorer.awt.event.MouseMotionAdaptor
The MouseMotionAdaptor
is a mouse listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.MouseMotionListener
interface.
The methods in this class are empty; this class is provided as a
convenience for ease in creating listeners by extending this class and
overriding only the methods of interest. Adaptor classes are frequently implemented
as inner classes.
AWTEvent
,
MouseEvent
,
MouseMotionListener
Constructor Summary | |
MouseMotionAdaptor()
|
Method Summary | |
void |
mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a techexplorer instance and then dragged. |
void |
mouseMoved(MouseEvent e)
Invoked when the mouse button has been moved on a techexplorer instance (with no buttons no down). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MouseMotionAdaptor()
Method Detail |
public void mouseDragged(MouseEvent e)
public void mouseMoved(MouseEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |