Uses of Interface
serialPort.comm.ParallelPortInterface

Packages that use ParallelPortInterface
serialPort.comm   
 

Uses of ParallelPortInterface in serialPort.comm
 

Classes in serialPort.comm that implement ParallelPortInterface
 class ParallelPort
          This class models an IEEE 1284 parallel communications port.
 

Constructors in serialPort.comm with parameters of type ParallelPortInterface
ParallelPortEvent(ParallelPortInterface srcport, int eventtype, boolean oldvalue, boolean newvalue)
          Constructor.