<<< Event Handling | Index | Event Types >>> |
ActionEvents convey changes in a component
MouseEvents convey user interaction with the mouse
AWTEvents convey operating system notifications (many can be ignored)
Note: to receive events the class must implement the appropriate interface
<<< Event Handling | Index | Event Types >>> |