Uses of Interface
peak.can.basic.IRcvEventProcessor

Packages that use IRcvEventProcessor
peak.can   
peak.can.basic   
 

Uses of IRcvEventProcessor in peak.can
 

Classes in peak.can that implement IRcvEventProcessor
 class CANReadThread
          The CANReadThread class extends Thread class and is used to process readed CAN Messages.
 

Uses of IRcvEventProcessor in peak.can.basic
 

Methods in peak.can.basic that return IRcvEventProcessor
static IRcvEventProcessor RcvEventDispatcher.getListener()
          Gets the Receive-Event processor
 

Methods in peak.can.basic with parameters of type IRcvEventProcessor
static void RcvEventDispatcher.setListener(IRcvEventProcessor listener)
          Sets the Receive-Event processor