Package org.eclipse.swt.events

Interface Summary
FocusListener Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
KeyListener Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
ModifyListener  
ShellListener  
SWTEventListener  
TraverseListener Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
 

Class Summary
FocusEvent Instances of this class are sent as a result of widgets gaining and losing focus.
KeyAdapter This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyEvent Instances of this class are sent as a result of keys being pressed and released on the keyboard
ModifyEvent  
ShellAdapter  
ShellEvent  
TraverseEvent Instances of this class are sent as a result of widget traversal actions.
TypedEvent