Tuesday, January 23, 2007

What are Event Classes?

The EventObject class is the top most class in the hierarchy in java.util package. It contains the methods: getSource() - returns the object that initiated the event getId() - returns the nature of the event.

No comments: