Java WindowListener Interface

The Java WindowListener is notified whenever you change the state of window. It is notified against WindowEvent. The WindowListener interface is found in java.awt.event package. It has three methods.

Methods of WindowListener interface

The signature of 7 methods found in WindowListener interface are given below:

Java WindowListener Example

Output:

java awt windowlistener example 1 java awt windowlistener example 2




Hot Tutorials

Contact US

Email:jjw.quan@gmail.com

Java WindowListener
10/30