Java MouseMotionListener InterfaceThe Java MouseMotionListener is notified whenever you move or drag mouse. It is notified against MouseEvent. The MouseMotionListener interface is found in java.awt.event package. It has two methods. Methods of MouseMotionListener interfaceThe signature of 2 methods found in MouseMotionListener interface are given below: Java MouseMotionListener ExampleOutput: Java MouseMotionListener Example 2Output:
Next TopicJava ItemListener
|