Class portio.ParallelPortStatus
All Packages Class Hierarchy This Package Previous Next Index
Class portio.ParallelPortStatus
java.lang.Object
|
+----portio.PortStatus
|
+----portio.ParallelPortStatus
- public class ParallelPortStatus
- extends PortStatus
- implements Cloneable
Parallel port status block with state of important parallel port
signals. Note that the PortStatus class itself is empty.
- Version:
- $Revision: 2.1 $ ($Date: 1997/02/19 18:00:00 $)
-
error
- Error condition
-
paperEmpty
- Paper out
-
select
- Printer selected
-
ParallelPortStatus()
- Creates a new status object with all fields false.
-
clone()
- Clones this port status object.
-
toString()
- Converts the status to a string.
paperEmpty
public boolean paperEmpty
- Paper out
error
public boolean error
- Error condition
select
public boolean select
- Printer selected
ParallelPortStatus
public ParallelPortStatus()
- Creates a new status object with all fields false.
toString
public String toString()
- Converts the status to a string.
- Overrides:
- toString in class Object
clone
public Object clone()
- Clones this port status object.
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index