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 $)

Variable Index

 o error
Error condition
 o paperEmpty
Paper out
 o select
Printer selected

Constructor Index

 o ParallelPortStatus()
Creates a new status object with all fields false.

Method Index

 o clone()
Clones this port status object.
 o toString()
Converts the status to a string.

Variables

 o paperEmpty
  public boolean paperEmpty
Paper out
 o error
  public boolean error
Error condition
 o select
  public boolean select
Printer selected

Constructors

 o ParallelPortStatus
  public ParallelPortStatus()
Creates a new status object with all fields false.

Methods

 o toString
  public String toString()
Converts the status to a string.
Overrides:
toString in class Object
 o clone
  public Object clone()
Clones this port status object.
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index