Class RcvEventDispatcher
java.lang.Object
peak.can.basic.RcvEventDispatcher
This class is a gateway between the PCAN Light JNI and the application to
dispatch the CAN Receive-Event.
RcvEventDispatcher contains a public static method dispatchRcvEvent which is
called from the JNI to notify the Java application when the handle of the
Receive-Event detects a state change.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddispatchRcvEvent(TPCANHandle channel) This static public method will call from JNI to process the Receive-Event by the listenerstatic IRcvEventProcessorGets the Receive-Event processorstatic voidsetListener(IRcvEventProcessor listener) Sets the Receive-Event processor
-
Constructor Details
-
RcvEventDispatcher
public RcvEventDispatcher()
-
-
Method Details
-
getListener
Gets the Receive-Event processor- Returns:
- a IRcvEventProcessor
-
setListener
Sets the Receive-Event processor- Parameters:
listener- a IRcvEventProcessor implementor
-
dispatchRcvEvent
This static public method will call from JNI to process the Receive-Event by the listener- Parameters:
channel- CAN Channel to dispatch the event to.
-