
Implementing the EventListener Interface
The EventListener interface is a marker or tag interface that doesn’t define any methods. Its purpose is to provide a base interface for all event listener objects that follow the Listener pattern (see Tip “Understanding the Listener Pattern”).To implement the Listener pattern, you must define the method that needs to