In addition to thehandleEventmethod, the Java AWT also includes several convenience methods for handling certain frequenly used events, such asmouseDown, 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
implementationsof these conveneince methods. As you can see, like thehandleEventmethod, they are intended to be overridden in the application.