class MouseMotionEventHandler
extends java.lang.Object
implements java.awt.event.MouseMotionListener
Modifier and Type | Field and Description |
---|---|
private ChannelOutput |
event
The Channel action event notifications are sent down.
|
Constructor and Description |
---|
MouseMotionEventHandler(ChannelOutput event)
constructs a new MouseMotionEventHandler with the specified output Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent e)
Invoked when the Component the event handler is listening to has a mouse
dragged.
|
void |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the Component the event handler is listening to has a mouse
moved.
|
private ChannelOutput event
public MouseMotionEventHandler(ChannelOutput event)
event
- The Channel to send the event notification downpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
e
- The parameters associated with this eventpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
e
- The parameters associated with this event