Quantcast
Channel: S. Nageswara Rao, Corporate Trainer – Way2Java
Viewing all articles
Browse latest Browse all 505

Java Made Clear: Difference MouseListener MouseMotionListener

$
0
0
The java.awt.event package comes with two interfaces to handle the events of mouse – MouseListener and MouseMotionListener. They are differentiated by the state of the mouse when an event generated. 1. Implement MouseListener when the mouse is stable while handling the mouse event. 2. Implement MouseMotionListener when the mouse is in motion while handling the […]

Viewing all articles
Browse latest Browse all 505

Trending Articles