In the javadoc it says that EventListener is
"A tagging interface that all event listener interfaces must extend."
Why is that? What's the significance of making a custom listener implement EventListner? Is there any special handling for EventListner somewhere?