Classes which implement this interface provide a method
that deals with the events that are generated as the mouse
pointer moves.
<p>
After creating an instance of a class that :
this interface it can be added to a control using the
<code>addMouseMoveListener</code> method and removed using
the <code>removeMouseMoveListener</code> method. As the
mouse moves, the mouseMove method will be invoked.
</p>
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves. <p> After creating an instance of a class that : this interface it can be added to a control using the <code>addMouseMoveListener</code> method and removed using the <code>removeMouseMoveListener</code> method. As the mouse moves, the mouseMove method will be invoked. </p>
@see MouseEvent