Uses of Interface
uk.org.pjt.jmaxellanotostream.PenListener

Packages that use PenListener
t3.hrd.input   
uk.org.pjt.jmaxellanotostream   
 

Uses of PenListener in t3.hrd.input
 

Classes in t3.hrd.input that implement PenListener
 class MaxellAnotoPen
          PointInputDevice for use with Maxell Anoto streaming pens.
 

Uses of PenListener in uk.org.pjt.jmaxellanotostream
 

Methods in uk.org.pjt.jmaxellanotostream with parameters of type PenListener
static PenStreamingConnection PenStreamingConnection.createInstanceFromPortName(java.lang.String port, PenListener pl, boolean skipIntermediatePackets, boolean pollMode)
          If skipIntermediatePackets is true then for any number of successive samples that are in the queue when it is polled, only the most recent sample will be reported.
 

Constructors in uk.org.pjt.jmaxellanotostream with parameters of type PenListener
PenStreamingConnection(javax.comm.CommPortIdentifier portID, PenListener pl, boolean skipIntermediatePackets, boolean pollMode)