Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6cb72031fc3bf9207b24b3bc6711b273ee180095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 <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 <em>typed listener</em> 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>

Back to the top