HOMEWORK 13-------CS332

Based on what you learned in the Swing Project and in the Event Tutorial, write a class called EventSource, that periodically sends events.
Then write a class, called Event`Receiver, implementing the ActionListener interface:it just prints out to the console the name of the event source.
Finally write a little test driver that creates several instances of EventSource and EventReceiver and registers the receivers