Convenience Methods

In addition to the handleEvent method, the Java AWT also includes several convenience methods for handling certain frequenly used events, such as mouseDown, mouseUp, or users' actions when they click on an interface button.

The list of convenience methods includes the following:

Look at one or two representative implementations of these conveneince methods. As you can see, like the handleEvent method, they are intended to be overridden in the application.