Uses of Interface
comm.ParallelPortInterface

Packages that use ParallelPortInterface
comm   
 

Uses of ParallelPortInterface in comm
 

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

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