java.util
Interface EventListener

All Known Subinterfaces:
ActionListener, FT1_2EventListener, IFocusable, KeyListener, TouchListener
All Known Implementing Classes:
AbstractFocusComponent, AbstractScrolledComponent, Button, CheckBox, ComboBox, Frame, KeyPad, ListBox, Menu, MultiImageMenu, NumberChooser, RadioButton, RockerSwitch, Slider, TextInputField, TextViewer, ToggleSwitch, TypeWriter

public interface EventListener

A tagging interface that all event listener interfaces must extend.

Since:
JDK1.1