Showing posts with label ActionListener. Show all posts
Showing posts with label ActionListener. Show all posts

Monday, 24 February 2014

EVENTLISTENER INTERFACES IN JAVA

THE JAVA LISTENER INTERFACES AND THEIR METHODS

Provides interfaces and classes for dealing with different types of events fired by AWT components.

An event listener registers with an event source to receive notifications about the events of a particular type.
Various event listener interfaces defined in the java.awt.event package are given below :