Java MouseListener Interface

The Java MouseListener is notified whenever you change the state of mouse. It is notified against MouseEvent. The MouseListener interface is found in java.awt.event package. It has five methods.

Methods of MouseListener interface

The signature of 5 methods found in MouseListener interface are given below:

Java MouseListener Example

Output:

java awt mouselistener example 1

Java MouseListener Example 2

Output:

java awt mouselistener example 2



Contact US

Email:[email protected]

Java MouseListener
10/30