summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/package.html
blob: b6325f94632ce6e7415255b1df470fa374a4c242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <title>Package-level Javadoc</title>
</head>
<body>
SWT typed listener support.
<h2>
Package Specification</h2>
This package provides the typed events and listener interfaces and,
where appropriate, matching adapter classes which make up the 
"high level" <em>typed listener</em> support provided by SWT.
<p>
For contrast, see also the <em>untyped listener</em> support provided
by class <code>org.eclipse.swt.widgets.Event</code> and interface 
<code>org.eclipse.swt.widgets.Listener</code>, and the
<code>addListener</code> and <code>removeListener</code> methods in
class <code>org.eclipse.swt.widgets.Widget</code>.
</p>
</body>
</html>