Uses of Interface
peak.canlight.IRcvEventProcessor

Packages that use IRcvEventProcessor
peak.canlight   
peak.demo   
 

Uses of IRcvEventProcessor in peak.canlight
 

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

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

Uses of IRcvEventProcessor in peak.demo
 

Classes in peak.demo that implement IRcvEventProcessor
 class CANReadThread