blob: 85f582d0a4f31017aaaf6af5f3e6070ba764fb24 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<head>
3<title>javax.print.event package</title>
4<!--
5Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
6DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7
8This code is free software; you can redistribute it and/or modify it
9under the terms of the GNU General Public License version 2 only, as
10published by the Free Software Foundation. Sun designates this
11particular file as subject to the "Classpath" exception as provided
12by Sun in the LICENSE file that accompanied this code.
13
14This code is distributed in the hope that it will be useful, but WITHOUT
15ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17version 2 for more details (a copy is included in the LICENSE file that
18accompanied this code).
19
20You should have received a copy of the GNU General Public License version
212 along with this work; if not, write to the Free Software Foundation,
22Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23
24Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
25CA 95054 USA or visit www.sun.com if you need additional information or
26have any questions.
27-->
28</head>
29<body bgcolor="white">
30Package javax.print.event contains event classes and listener interfaces.
31<p>
32They may be used to monitor both print services (such as printers going
33on-line & off-line), and the progress of a specific print job.
34<P>
35Please note: In the javax.print APIs, a null reference parameter to methods
36is incorrect unless explicitly documented on the method as having a meaningful
37interpretation. Usage to the contrary is incorrect coding and may result
38in a run time exception either immediately or at some later time.
39IllegalArgumentException and NullPointerException are examples of
40typical and acceptable run time exceptions for such cases.
41<P>
42@since 1.4
43</body>
44</html>