Specifications

Sun Services
Java™ Programming Language
Module 11, slide 17 of 22
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. Sun Services, Revision F
Multiple Listeners
Multiple listeners cause unrelated parts of a program to
react to the same event.
The handlers of all registered listeners are called when
the event occurs.