This adapter class provides default implementations for the
methods described by the FocusListener interface.
Classes that wish to deal with FocusEvents can
extend this class and override only the methods which they are
interested in.
<init>()Sent when a control gets focus. The default behavior is to do nothing.
| name | type | description |
|---|---|---|
| e | org.eclipse.swt.events.FocusEvent | an event containing information about the focus change |
Sent when a control loses focus. The default behavior is to do nothing.
| name | type | description |
|---|---|---|
| e | org.eclipse.swt.events.FocusEvent | an event containing information about the focus change |